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

Function toComplexMatrix4

tests/deprecated/test_utilities.cpp:1180–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178 return cm;
1179}
1180ComplexMatrix4 toComplexMatrix4(QMatrix qm) {
1181 DEMAND( qm.size() == 4 );
1182 ComplexMatrix4 cm;
1183 macro_copyQMatrixToDeprecatedComplexMatrix(cm, qm);
1184 return cm;
1185}
1186
1187/** Copies ComplexMatrix structures into a QMatrix */
1188#define macro_copyComplexMatrix(dest, src, dim) \

Callers 3

test_unitaries.cppFile · 0.85
test_operators.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected