FunctionBasis<T>.GetFunction 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.0
C#
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.

See Also