Polynomial Basis.Get Function Method
Constructs a new Polynomial with the
specified coefficients.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A Polynomial cast as a LinearCombination.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override LinearCombination GetFunction(
Vector<double> coefficients
)
Parameters
- coefficients Vector<Double>
- A vector containing the coefficients of the polynomial. The first element in the array corresponds to the constant term.
Return Value
LinearCombinationA Polynomial cast as a LinearCombination.