| 207 | |
| 208 | template <class T> |
| 209 | static Matrix33<T> |
| 210 | neg33 (Matrix33<T> &m) |
| 211 | { |
| 212 | MATH_EXC_ON; |
| 213 | return -m; |
| 214 | } |
| 215 | |
| 216 | template <class T> |
| 217 | static const Matrix33<T> & |
nothing calls this directly
no outgoing calls
no test coverage detected