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

Function destroyCompMatr

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

Source from the content-addressed store, hash-verified

396extern "C" {
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

Callers 14

freeRemainingArgsFunction · 0.85
testOperationValidationFunction · 0.85
SECTIONFunction · 0.85
matrices.cppFile · 0.85
SECTIONFunction · 0.85
demo_setInlineCompMatrFunction · 0.85
demo_setCompMatrFunction · 0.85
demo_syncCompMatrFunction · 0.85

Calls 1

validateAndDestroyMatrixFunction · 0.85

Tested by

no test coverage detected