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

Function destroyFullStateDiagMatr

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

Source from the content-addressed store, hash-verified

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}
403

Callers 9

SECTIONFunction · 0.85
DYNAMIC_SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls 1

validateAndDestroyMatrixFunction · 0.85

Tested by

no test coverage detected