public interface PolynomialBasis
| Modifier and Type | Method and Description |
|---|---|
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
|
Polynomial getBasisVector(int k)
k - for the kth basis vectorint dimension()
Field.Member[] getSamplingPoints()
Polynomial superposition(Field.Member[] coeff)
coeff - coefficients for the superposition