Visible to Intel only — GUID: GUID-E7745537-3774-4C19-8335-6646213BB976
Visible to Intel only — GUID: GUID-E7745537-3774-4C19-8335-6646213BB976
v?Pow2o3
Computes the cube root of the square of each vector element.
Syntax
vhPow2o3( n, a, y );
vhPow2o3I(n, a, inca, y, incy);
vmhPow2o3( n, a, y, mode );
vmhPow2o3I(n, a, inca, y, incy, mode);
vsPow2o3( n, a, y );
vsPow2o3I(n, a, inca, y, incy);
vmsPow2o3( n, a, y, mode );
vmsPow2o3I(n, a, inca, y, incy, mode);
vdPow2o3( n, a, y );
vdPow2o3I(n, a, inca, y, incy);
vmdPow2o3( n, a, y, mode );
vmdPow2o3I(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 vhPow2o3, vmhPow2o3 const float* for vsPow2o3, vmsPow2o3 const double* for vdPow2o3, vmdPow2o3 |
Pointers to arrays that contain 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 vhPow2o3, vmhPow2o3 float* for vsPow2o3, vmsPow2o3 double* for vdPow2o3, vmdPow2o3 |
Pointer to an array that contains the output vector y. |
Description
The v?Pow2o3 function computes the cube root of the square of each vector element.
Argument | Result | Exception |
---|---|---|
+0 | +0 | |
-0 | +0 | |
+∞ | +∞ | |
-∞ | +∞ | |
QNAN | QNAN | |
SNAN | QNAN | INVALID |