Visible to Intel only — GUID: GUID-23467F2F-96A1-4E3D-AEE3-9E636731DAFC
Visible to Intel only — GUID: GUID-23467F2F-96A1-4E3D-AEE3-9E636731DAFC
v?I1
Computes the regular modified cylindrical Bessel function of vector elements.
Syntax
vhI1( n, a, y ); vhI1I(n, a, inca, y, incy); vmhI1( n, a, y, mode ); vmhI1I(n, a, inca, y, incy, mode); vsI1( n, a, y ); vsI1I(n, a, inca, y, incy); vmsI1( n, a, y, mode ); vmsI1I(n, a, inca, y, incy, mode); vdI1( n, a, y ); vdI1I(n, a, inca, y, incy); vmdI1( n, a, y, mode ); vmdI1I(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 vhI1, vmhI1 const float* for vsI1, vmsI1 const double* for vdI1, vmdI1 |
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 vhI1, vmhI1 float* for vsI1, vmsI1 double* for vdI1, vmdI1 |
Pointer to an array that contains the output vector y. |
Description
The I1 function computes the regular modified cylindrical Bessel function of order 1 for elements of the input vector a and writes them to the output vector y.
Argument | Result | VM Error Status | Exception |
---|---|---|---|
+0 | +0 | ||
-0 | +0 | ||
+∞ | +∞ | ||
-∞ | -∞ | ||
QNAN | QNAN | ||
SNAN | QNAN | INVALID |