PolynomialBasis<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.0
C#
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.

See Also