Evaluates the Gegenbauer polynomial of the specified degree.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double GegenbauerC(
int degree,
double lambda,
double x
)
Public Shared Function GegenbauerC (
degree As Integer,
lambda As Double,
x As Double
) As Double
public:
static double GegenbauerC(
int degree,
double lambda,
double x
)
static member GegenbauerC :
degree : int *
lambda : float *
x : float -> float
Parameters
- degree
- Type: SystemInt32
The degree of the Gegenbauer polynomial. - lambda
- Type: SystemDouble
The parameter of the Gegenbauer polynomial. - x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe value of the Gegenbauer polynomial with parameter
lambda
of degree
degree
evaluated at
x.
Reference