Go to the source code of this file.
|
| template<typename CharT , typename Traits , typename T , MatrixLayout Layout, typename Alloc > |
| std::basic_ostream< CharT, Traits > & | mckl::operator<< (std::basic_ostream< CharT, Traits > &os, const Matrix< T, Layout, Alloc > &mat) |
| | Output operator. More...
|
| |
| template<typename CharT , typename Traits , typename T , MatrixLayout Layout, typename Alloc > |
| std::basic_istream< CharT, Traits > & | mckl::operator>> (std::basic_istream< CharT, Traits > &is, Matrix< T, Layout, Alloc > &mat) |
| | Input operator. More...
|
| |