Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-99ED45CB-E3F1-4B34-963D-9BB1E199C2D9
Visible to Intel only — GUID: GUID-99ED45CB-E3F1-4B34-963D-9BB1E199C2D9
Complex Data Structures
Complex numbers in Intel IPP are described by the structures that contain two numbers of the respective data type. They are real and imaginary parts of the complex number. For example, a single precision complex number is described by the Ipp32fc structure as follows:
typedef struct { Ipp32f re; Ipp32f im; } Ipp32fc;
The following complex data types are defined: Ipp16sc, Ipp32fc, Ipp64fc.