|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
See Numerical Recipies in 'C' pg 312. (Full re-implementation)
Small object.
Variables:
- IntT deg;
-
Degree of polynomial
- IntT args;
-
Args for polynomial
- SArray1dC init;
-
Inital sequence.
Methods:
- PrimitiveBinaryPolynomialC()
-
Default constructor.
- PrimitiveBinaryPolynomialC(int arg,int degree,const SArray1dC<UIntT> & init)
-
Constructor.
- SArray1dC<UIntT> Evaluate(IntT len)
-
Evalutate the sequence of 'len' values.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|