Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public

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

Document Table of Contents

Primitive vs. Variant Name

The name element identifies the algorithm or operation of the function. The low-level algorithm that function implements is a primitive. This algorithm often has several variants for different data types and implementation variations.

For example, the CToC modifier in the ippsFFTInv_CToC_32fc function signifies that the inverse fast Fourier transform operates on complex floating point data, performing the complex-to-complex (CToC) transform.