Special.Gegenbauer CSequence With Derivative Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
Gegenbauer | Evaluates a sequence of Gegenbauer polynomials of increasing degree and their first derivatives, returning the results in the specified spans. |
Gegenbauer | Evaluates a sequence of Gegenbauer polynomials of increasing degree starting at the specified degree and their first derivatives, returning the results in the specified spans. |
GegenbauerCSequenceWithDerivative(Double, Double, Span<Double>, Span<Double>)
Evaluates a sequence of Gegenbauer polynomials of increasing degree
and their first derivatives, returning the results in the specified spans.
public static void GegenbauerCSequenceWithDerivative(
double alpha,
double x,
Span<double> values,
Span<double> derivatives
)
Parameters
Exceptions
Argument | values and derivatives must have the same length. |
GegenbauerCSequenceWithDerivative(Int32, Double, Double, Span<Double>, Span<Double>)
Evaluates a sequence of Gegenbauer polynomials of increasing degree
starting at the specified degree and their first derivatives, returning the results in the specified spans.
public static void GegenbauerCSequenceWithDerivative(
int startDegree,
double alpha,
double x,
Span<double> values,
Span<double> derivatives
)
Parameters
Exceptions
Argument | startDegree is less than zero. |
Argument | values and derivatives must have the same length. |