FunctionBasis Constructor

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

Definition

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

Parameters

length  Int32
The number of basis functions.

See Also