|
|
◆ gegenbauerd1()
| double gegenbauerd1 |
( |
unsigned int |
n, |
|
|
double |
lambda, |
|
|
double |
x |
|
) |
| |
First derivative of Gegenbauer polynomial Cn(λ)(x)
- Purpose
- This function computes the first derivative of the Gegenbauer polynomial.
- Returns
- The first derivative of Gegenbauer polynomial Cn(λ)(x).
- Parameters
-
| [in] | n | Degree of polynomial n. (n >= 0) |
| [in] | lambda | Parameter λ. |
| [in] | x | Argument x. |
- Error handling
- Range error (ERANGE) may be reported.
- Reference
- boost/math/special_functions
|