| 775 | extern "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__); } |
no test coverage detected