Function Basis<T>.Get Function Method
Constructs a new LinearCombination<T> from
the functions in this instance.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
The LinearCombination<T> of the basis functions with coefficnets coefficients.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public virtual LinearCombination<T> GetFunction(
Vector<T> coefficients
)
Parameters
- coefficients Vector<T>
- A vector containing the coefficients in the linear combination of the functions in this instance.
Return Value
LinearCombination<T>The LinearCombination<T> of the basis functions with coefficnets coefficients.