Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 6/24/2024
Public
Document Table of Contents

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.

Special Values for Real Function v?I1(x)
Argument Result VM Error Status Exception
+0 +0    
-0 +0    
+ +    
- -    
QNAN QNAN    
SNAN QNAN   INVALID