Polynomial Basis Constructor
Constructs a new GeneralFunctionBasis
from an array of function of one variable
delegates.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
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.