|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolynomialBasis
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 |
---|
Polynomial getBasisVector(int k)
k
- for the kth basis vectorint dimension()
Field.Member[] getSamplingPoints()
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 |