Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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

NOTE:

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 Intel® oneAPI Math Kernel Library (oneMKL) Developer Guide.