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

Function reportCompMatr1

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

Source from the content-addressed store, hash-verified

775extern "C" {
776
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__); }

Callers 4

demo_getInlineCompMatrFunction · 0.85
demo_getCompMatrFunction · 0.85
demo_getInlineCompMatrFunction · 0.85
demo_getCompMatrFunction · 0.85

Calls 1

validateAndPrintMatrixFunction · 0.85

Tested by

no test coverage detected