|
|
◆ Jacobid1()
| Function Jacobid1 |
( |
N As |
Long, |
|
|
Alpha As |
Double, |
|
|
Beta As |
Double, |
|
|
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
First derivative of Jacobi polynomial Pn(α, β)(x)
- Purpose
- Computes the first derivative of the Jacobi polynomial.
- Returns
- Double
The first 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. |
| [out] | Info | (Optional)
= 0: Successful exit.
= -1: The argument N had an illegal value. (N < 0)
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|