| 159 | |
| 160 | template<typename MatrixType> |
| 161 | void testMatrix(const MatrixType& A) |
| 162 | { |
| 163 | testMatrixExponential(A); |
| 164 | testMatrixLogarithm(A); |
| 165 | testHyperbolicFunctions(A); |
| 166 | testGonioFunctions(A); |
| 167 | } |
| 168 | |
| 169 | template<typename MatrixType> |
| 170 | void testMatrixType(const MatrixType& m) |
no test coverage detected