Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractGenericGFPoly

Represents a polynomial whose coefficients are elements of a GF. Instances of this class are immutable.

Much credit is due to William Rucklidge since portions of this code are an indirect port of his C++ Reed-Solomon implementation.

author

Sean Owen

Hierarchy

  • AbstractGenericGFPoly

Index

Properties

Protected coefficients

coefficients: Int32Array

Protected field

Methods

Abstract addOrSubtract

Abstract divide

evaluateAt

  • evaluateAt(a: number): number

getCoefficient

  • getCoefficient(degree: number): number

getCoefficients

  • getCoefficients(): Int32Array

getDegree

  • getDegree(): number

isZero

  • isZero(): boolean

Abstract multiply

Abstract multiplyByMonomial

Abstract multiplyScalar

toString

  • toString(): string

Generated using TypeDoc