Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace
Represents a FunctionBasis for the polynomials up to a specified degree.
For a list of all members of this type, see PolynomialBasis Members.
System.Object
FunctionBasis
PolynomialBasis
Use a PolynomialBasis object to represent a basis for the polynomials. Only in rare cases will it be necessary to construct a PolynomialBasis, as most functionality is available through the Polynomial class.
The basis functions of a PolynomialBasis are the monomials of degree 0 up to and including the specified degree.
The Chebyshev polynomials form an alternate basis for the polynomials and have many desirable numerical properties.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)
PolynomialBasis Members | Extreme.Mathematics.Curves Namespace | FunctionBasis | ChebyshevBasis | Polynomial