| 406 | |
| 407 | template <class T> |
| 408 | static int |
| 409 | removeScaling44(Matrix44<T> &mat, int exc = 1) |
| 410 | { |
| 411 | MATH_EXC_ON; |
| 412 | return IMATH_NAMESPACE::removeScaling(mat, exc); |
| 413 | } |
| 414 | |
| 415 | template <class T> |
| 416 | static int |
nothing calls this directly
no test coverage detected