| 150 | |
| 151 | template <class T> |
| 152 | static Shear6<T> |
| 153 | mul(const Shear6<T> &shear, const Shear6<T> &other) |
| 154 | { |
| 155 | MATH_EXC_ON; |
| 156 | return shear * other; |
| 157 | } |
| 158 | |
| 159 | template <class T> |
| 160 | static Shear6<T> |
nothing calls this directly
no outgoing calls
no test coverage detected