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

Function _validateNewNestedElemsPtrNotNull

quest/src/api/matrices.cpp:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574extern "C" {
575
576 void _validateNewNestedElemsPtrNotNull(qcomp** ptrs, int numQubits, const char* caller) {
577
578 validate_matrixNewElemsPtrNotNull(ptrs, powerOf2(numQubits), caller);
579 }
580 void _validateNewElemsPtrNotNull(qcomp* ptr, const char* caller) {
581
582 validate_matrixNewElemsPtrNotNull(ptr, caller);

Callers 2

getCompMatr1Function · 0.85
getCompMatr2Function · 0.85

Calls 2

powerOf2Function · 0.85

Tested by

no test coverage detected