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