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

Function destroyDiagMatr

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

Source from the content-addressed store, hash-verified

397
398 void destroyCompMatr(CompMatr matr) { validateAndDestroyMatrix(matr, __func__); }
399 void destroyDiagMatr(DiagMatr matr) { validateAndDestroyMatrix(matr, __func__); }
400 void destroyFullStateDiagMatr(FullStateDiagMatr matr) { validateAndDestroyMatrix(matr, __func__); }
401
402}

Callers 13

freeRemainingArgsFunction · 0.85
SECTIONFunction · 0.85
matrices.cppFile · 0.85
SECTIONFunction · 0.85
demo_setInlineDiagMatrFunction · 0.85
demo_setDiagMatrFunction · 0.85
demo_syncDiagMatrFunction · 0.85
demo_setInlineDiagMatrFunction · 0.85
demo_setDiagMatrFunction · 0.85

Calls 1

validateAndDestroyMatrixFunction · 0.85

Tested by

no test coverage detected