Summary Statistics Data Types
The Summary Statistics routines use the following
data types for calculations:
Type
| Data Object
|
---|---|
VSLSSTaskPtr | Pointer to a Summary Statistics task
|
float | Input/output user data in single precision
|
double | Input/output user data in double precision
|
MKL_INT or
long long | Other data
|
The actual size of the generic integer type is
platform-specific and can be 32 or 64 bits in length. Before you compile your
application, set an appropriate size for integers. See details in the 'Using
the ILP64 Interface vs. LP64 Interface' section of the
Developer Guide.
Intel® oneAPI Math Kernel Library