Visible to Intel only — GUID: GUID-D8119711-858B-42E8-B259-D7E4E384B4F3
Visible to Intel only — GUID: GUID-D8119711-858B-42E8-B259-D7E4E384B4F3
v?I0
Computes the regular modified cylindrical Bessel function of vector elements.
Syntax
vhI0( n, a, y ); vhI0I(n, a, inca, y, incy); vmhI0( n, a, y, mode ); vmhI0I(n, a, inca, y, incy, mode); vsI0( n, a, y ); vsI0I(n, a, inca, y, incy); vmsI0( n, a, y, mode ); vmsI0I(n, a, inca, y, incy, mode); vdI0( n, a, y ); vdI0I(n, a, inca, y, incy); vmdI0( n, a, y, mode ); vmdI0I(n, a, inca, y, incy, mode);
Include Files
mkl.h
Input Parameters
Name |
Type |
Description |
---|---|---|
n |
const MKL_INT |
Specifies the number of elements to be calculated. |
a |
const _Float16* for vhI0, vmhI0 const float* for vsI0, vmsI0 const double* for vdI0, vmdI0 |
Pointer to an array that contains the input vector a. |
inca, incy |
const MKL_INT |
Specifies increments for the elements of a and y. |
mode |
const MKL_INT64 |
Overrides global VM mode setting for this function call. See vmlSetMode for possible values and their description. |
Output Parameters
Name |
Type |
Description |
---|---|---|
y |
_Float16* for vhI0, vmhI0 float* for vsI0, vmsI0 double* for vdI0, vmdI0 |
Pointer to an array that contains the output vector y. |
Description
The I0 function computes the regular modified cylindrical Bessel function of order 0 for elements of the input vector a and writes them to the output vector y.
Argument | Result | VM Error Status | Exception |
---|---|---|---|
+0 | +1 | ||
-0 | +1 | ||
+∞ | +∞ | ||
-∞ | +∞ | ||
QNAN | QNAN | ||
SNAN | QNAN | INVALID |