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

Function util_getConj

quest/src/core/utilities.cpp:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410CompMatr1 util_getConj(CompMatr1 matrix) {
411 CompMatr1 conj = matrix;
412 setDenseElemsConj(conj.elems, matrix.numRows);
413 return conj;
414}
415CompMatr2 util_getConj(CompMatr2 matrix) {
416 CompMatr2 conj = matrix;
417 setDenseElemsConj(conj.elems, matrix.numRows);

Calls 2

setDenseElemsConjFunction · 0.85
setDiagElemsConjFunction · 0.85

Tested by

no test coverage detected