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