FunctionBasis<T> Constructor

Constructs a new FunctionBasis with the specified number of basis functions.

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
protected FunctionBasis(
	int length
)

Parameters

length  Int32
The number of basis functions.

See Also