|
|
◆ jacobid()
| double jacobid |
( |
unsigned int |
n, |
|
|
double |
alpha, |
|
|
double |
beta, |
|
|
double |
x, |
|
|
unsigned int |
k |
|
) |
| |
k-th derivative of Jacobi polynomial Pn(α, β)(x)
- Purpose
- This function computes the k-th derivative of the Jacobi polynomial.
- Returns
- The k-th derivative of Jacobi polynomial Pn(α, β)(x).
- Parameters
-
| [in] | n | Degree of polynomial n. (n >= 0) |
| [in] | alpha | Parameter α. |
| [in] | beta | Parameter β. |
| [in] | x | Argument x. |
| [in] | k | Computes the k-th derivative. (k >= 1) |
- Error handling
- Range error (ERANGE) may be reported.
- Reference
- boost/math/special_functions
|