Chebyshev Basis.Get Function Method
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get |
Constructs a new LinearCombination from
the functions in this instance.
Obsolete. |
Get | Constructs a new ChebyshevSeries with the specified coefficients. |
GetFunction(Vector<Double>)
Constructs a new ChebyshevSeries with the
specified coefficients.
public override LinearCombination GetFunction(
Vector<double> coefficients
)
Parameters
- coefficients Vector<Double>
- A vector containing the coefficients of the Chebyshev polynomials in the series. The first element in the array corresponds to the constant term.
Return Value
LinearCombinationA ChebyshevSeries cast as a LinearCombination.
Exceptions
Argument | coefficients is null. |