BarycentricBasis.GetFunction 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.0
C#
public override 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

LinearCombination
The LinearCombination of the basis functions with coefficnets coefficients.

See Also