Go to the source code of this file.
|
| | til |
| | Belongs to package Box Do not include directly, include til/Box.h instead.
|
| |
|
| template<typename TStorage > |
| std::ostream & | til::operator<< (std::ostream &os, const matrix< TStorage > &m) |
| |
| template<typename T > |
| Matrix3< T > | til::operator- (Matrix3< T > const &mat) |
| |
| template<typename T1 , typename T2 > |
| numeric_array< typename combine< T1, T2 >::type, 3 > | til::operator* (const Matrix3< T1 > &m, const numeric_array< T2, 3 > &v) |
| |
| template<typename T1 , typename T2 > |
| T2 | til::operator* (const Matrix3< T1 > &m, const T2 &v) |
| |
| template<typename T > |
| std::ostream & | til::operator<< (std::ostream &os, const Matrix3< T > &m) |
| |