| 396 | extern "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 |
no test coverage detected