|
|
◆ Jacobid2_sub()
| Sub Jacobid2_sub |
( |
Ret As |
Double, |
|
|
N As |
Long, |
|
|
Alpha As |
Double, |
|
|
Beta As |
Double, |
|
|
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Second derivative of Jacobi polynomial Pn(α, β)(x) (Subroutine version)
- Purpose
- Computes the second derivative of the Jacobi polynomial.
- Parameters
-
| [out] | Ret | The second derivative of Jacobi polynomial Pn(α, β)(x). |
| [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
|