Distributed QUEST for GPU
Data Fields
ComplexArray Struct Reference

Represents an array of complex numbers grouped into an array of real components and an array of coressponding complex components. More...

#include <QuEST.h>

Data Fields

REALreal
 
REALimag
 

Detailed Description

Represents an array of complex numbers grouped into an array of real components and an array of coressponding complex components.

Definition at line 18 of file QuEST.h.

Field Documentation

◆ imag

REAL* ComplexArray::imag

Definition at line 21 of file QuEST.h.

Referenced by reportState().

◆ real

REAL* ComplexArray::real

Definition at line 20 of file QuEST.h.

Referenced by reportState().


The documentation for this struct was generated from the following file: