class POLY_COEFF
Public
Features
AllocCN(maxDeg:INT):ARRAY{POLYS_INTI}
****
array of (x-1)^n
AllocCP(maxDeg:INT):ARRAY{POLYS_INTI}
****
array of (x+1)^n
AllocCQ(maxDeg:INT):ARRAY{POLYS_INTI}
****
array of (x-2)^n
The Sather Home Page