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

Function reportCompMatr

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

Source from the content-addressed store, hash-verified

777 void reportCompMatr1(CompMatr1 matr) { validateAndPrintMatrix(matr, __func__); }
778 void reportCompMatr2(CompMatr2 matr) { validateAndPrintMatrix(matr, __func__); }
779 void reportCompMatr (CompMatr matr) { validateAndPrintMatrix(matr, __func__); }
780 void reportDiagMatr1(DiagMatr1 matr) { validateAndPrintMatrix(matr, __func__); }
781 void reportDiagMatr2(DiagMatr2 matr) { validateAndPrintMatrix(matr, __func__); }
782 void reportDiagMatr (DiagMatr matr) { validateAndPrintMatrix(matr, __func__); }

Callers 9

demo_setInlineCompMatrFunction · 0.85
demo_setCompMatrFunction · 0.85
demo_syncCompMatrFunction · 0.85
demo_CompMatrFunction · 0.85
demo_setCompMatrFunction · 0.85
demo_syncCompMatrFunction · 0.85
demo_CompMatrFunction · 0.85

Calls 1

validateAndPrintMatrixFunction · 0.85

Tested by

no test coverage detected