Function Basis<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.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
protected FunctionBasis(
int length
)
Parameters
- length Int32
- The number of basis functions.