|
NAG[s18ehc] NAG[nag_bessel_k_alpha_scaled] - Scaled modified Bessel functions for real , selected values of and
|
|
Calling Sequence
s18ehc(x, ia, ja, nl, b, 'fail'=fail)
nag_bessel_k_alpha_scaled(. . .)
Parameters
|
x - float;
|
|
|
On entry: the argument of the function.
|
|
Constraint: . .
|
|
|
ia - integer;
ja - integer;
|
|
|
|
nl - integer;
|
|
|
On entry: the value of . Note that the order of the last member in the required sequence of function values is given by .
|
|
Constraint: . .
|
|
|
b - Vector(1.. , datatype=float[8]);
|
|
|
|
'fail'=fail - table; (optional)
|
|
|
The NAG error argument, see the documentation for NagError.
|
|
|
|
Description
|
|
|
Error Indicators and Warnings
|
|
"NE_INT"
On entry, . Constraint: .
"NE_INT_2"
On entry, , . Constraint: ia and ja must constitute a valid pair (ia,ja).
"NE_INTERNAL_ERROR"
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please consult NAG for assistance.
"NE_OVERFLOW_LIKELY"
The evaluation has been abandoned due to the likelihood of overflow.
"NE_REAL"
On entry, . Constraint: .
"NE_TERMINATION_FAILURE"
The evaluation has been abandoned due to failure to satisfy the termination condition.
"NE_TOTAL_PRECISION_LOSS"
The evaluation has been abandoned due to total loss of precision.
"NW_SOME_PRECISION_LOSS"
The evaluation has been completed but some precision has been lost.
|
|
|
Examples
|
|
>
|
x := 0.5:
ia := 0:
ja := 1:
nl := 3:
b := Vector(4, datatype=float[8]):
NAG:-s18ehc(x, ia, ja, nl, b):
|
|
|