Intel® Math Kernel Library 2018 Developer Reference - C
Computes the cube root of the square of each vector element.
vsPow2o3( n, a, y );
vmsPow2o3( n, a, y, mode );
vdPow2o3( n, a, y );
vmdPow2o3( n, a, y, mode );
Name |
Type |
Description |
---|---|---|
n |
const MKL_INT |
Specifies the number of elements to be calculated. |
a |
const float* for vsPow2o3, vmsPow2o3 const double* for vdPow2o3, vmdPow2o3 |
Pointers to arrays that contain the input vector a. |
mode |
const MKL_INT64 |
Overrides global VM mode setting for this function call. See vmlSetMode for possible values and their description. |
Name |
Type |
Description |
---|---|---|
y |
float* for vsPow2o3, vmsPow2o3 double* for vdPow2o3, vmdPow2o3 |
Pointer to an array that contains the output vector y. |
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 |