|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The vector space basis for polynomials
Method Summary | |
int |
dimension()
The dimension of the vector space. |
Polynomial |
getBasisVector(int k)
Get the kth basis vector |
Field.Member[] |
getSamplingPoints()
If available, get the one- points for the polynomials |
Polynomial |
superposition(Field.Member[] coeff)
Get a superposition of basis vectors |
Method Detail |
public Polynomial getBasisVector(int k)
k
- for the kth basis vectorpublic int dimension()
public Field.Member[] getSamplingPoints()
public Polynomial superposition(Field.Member[] coeff)
coeff
- coefficients for the superposition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |