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