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