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

Function util_getLocalIndexOfFirstDiagonalAmp

quest/src/core/utilities.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254qindex util_getLocalIndexOfFirstDiagonalAmp(Qureg qureg) {
255 assert_utilsGivenDensMatr(qureg);
256
257 return qureg.rank * powerOf2(qureg.logNumColsPerNode);
258}
259
260qindex util_getGlobalFlatIndex(Qureg qureg, qindex globalRow, qindex globalCol) {
261 assert_utilsGivenDensMatr(qureg);

Calls 2

powerOf2Function · 0.85

Tested by

no test coverage detected