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