| 231 | } |
| 232 | |
| 233 | qindex util_getGlobalColumnOfFirstLocalAmp(Qureg qureg) { |
| 234 | assert_utilsGivenDensMatr(qureg); |
| 235 | |
| 236 | return qureg.rank * powerOf2(qureg.logNumColsPerNode); |
| 237 | } |
| 238 | |
| 239 | qindex util_getLocalIndexOfGlobalIndex(Qureg qureg, qindex globalInd) { |
| 240 |
no test coverage detected