Kelvin2nd
Advanced Analysis Library Only
void Kelvin2nd (double x, int n, NIComplexNumber *ke);
Purpose
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:
Parameters
| Input | ||
| Name | Type | Description |
| x | double | The input parameter. |
| n | int | The order of the Kelvin function. |
| Output | ||
| Name | Type | Description |
| ke | NIComplexNumber | The complex value of the Kelvin function of the second kind. |
Return Value
None.
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later