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

Class ComplexMatrix4

quest/include/deprecated.h:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217} ComplexMatrix2;
218
219typedef struct ComplexMatrix4
220{
221 qreal real[4][4];
222 qreal imag[4][4];
223} ComplexMatrix4;
224
225
226// enable referencess to ComplexMatrix2/ 4 inside this header without

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected