Polynomial Basis Constructor
Constructs a new GeneralFunctionBasis
from an array of function of one variable
delegates.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public PolynomialBasis(
int degree
)
Parameters
- degree Int32
- The degree of the highest order power in the function basis.
Remarks
The number of basis functions equals the degree plus 1.