ComplexMatrix4 Struct Reference

Represents a 4x4 matrix of complex numbers. More...

#include <QuEST.h>

Data Fields

qreal imag [4][4]
 
qreal real [4][4]
 

Detailed Description

Represents a 4x4 matrix of complex numbers.

Author
Balint Koczor

Definition at line 125 of file QuEST.h.

Field Documentation

◆ imag

qreal ComplexMatrix4::imag[4][4]

◆ real

qreal ComplexMatrix4::real[4][4]

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