Go to the source code of this file.
|
| template<class T , class Alloc > |
| bool | operator== (const Matrix< T, Alloc > &lhs, const Matrix< T, Alloc > &rhs) |
| |
| template<class T , class Alloc > |
| bool | operator!= (const Matrix< T, Alloc > &lhs, const Matrix< T, Alloc > &rhs) |
| |
| template<class T , typename Alloc > |
| std::ostream & | operator<< (std::ostream &out, const Matrix< T, Alloc > &rhs) |
| |
| template<class T , typename Alloc > |
| std::istream & | operator>> (std::istream &is, Matrix< T, Alloc > &rhs) |
| |
| template<class T , typename Alloc , class Op , class RHS > |
| void | evaluate (Matrix< T, Alloc > &lhs, const Op &op, const Expression< RHS > &rhs) |
| |