| 189 | |
| 190 | template <class T> |
| 191 | static Matrix22<T> |
| 192 | neg22 (Matrix22<T> &m) |
| 193 | { |
| 194 | MATH_EXC_ON; |
| 195 | return -m; |
| 196 | } |
| 197 | |
| 198 | template <class T> |
| 199 | static const Matrix22<T> & |
nothing calls this directly
no outgoing calls
no test coverage detected