Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 12/16/2022
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

Fortran 90: TYPE(VSL_SS_TASK)

Pointer to a Summary Statistics task

Fortran 90: REAL(KIND=4)

Input/output user data in single precision

Fortran 90: REAL(KIND=8)

Input/output user data in double precision

Fortran 90: INTEGER or INTEGER(KIND=8)

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 Developer Guide.