Documentation | Build Status | Social |
---|---|---|
This package provides a standardized API for multivariate polynomial bases based on the MultivariatePolynomials API.
It defines the following basis:
FixedPolynomialBasis
: A polynomial basis described by a list of polynomials.- Monomial bases:
MonomialBasis
andScaledMonomialBasis
. - Orthogonal bases:
- Hermite bases:
ProbabilistsHermiteBasis
andPhysicistsHermiteBasis
. LaguerreBasis
.- Gegenbauer bases:
LegendreBasis
.- Chebyshev bases:
ChebyshevBasisFirstKind
andChebyshevBasisSecondKind
- Hermite bases:
See the documentation for more details.