MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / ComplexMatrix2

Class ComplexMatrix2

quest/include/deprecated.h:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212
213typedef struct ComplexMatrix2
214{
215 qreal real[2][2];
216 qreal imag[2][2];
217} ComplexMatrix2;
218
219typedef struct ComplexMatrix4
220{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected