Advanced Analysis Library Only
void Kelvin2nd (double x, int n, NIComplexNumber *ke);
Computes the complex Kelvin function of the second kind. The complex-valued Kelvin function of the second kind of order v is a solution of the following complex-valued differential equation:
| Input | ||
| Name | Type | Description |
| x | double-precision | The input parameter. |
| n | integer | The order of the Kelvin function. |
| Output | ||
| Name | Type | Description |
| ke | complex number | The complex value of the Kelvin function of the second kind. |
None.