Go to the source code of this file.
Functions | |
template<typename T1 > | |
std::ostream & | operator<< (std::ostream &o, const Base< typename T1::elem_type, T1 > &X) |
template<typename T1 > | |
std::ostream & | operator<< (std::ostream &o, const BaseCube< typename T1::elem_type, T1 > &X) |
template<typename T1 > | |
std::ostream & | operator<< (std::ostream &o, const Op< T1, op_diagmat > &X) |
Print a diagonal matrix to the specified stream. | |
template<typename T1 > | |
std::ostream & | operator<< (std::ostream &o, const field< T1 > &X) |
Print the contents of a field to the specified stream. | |
template<typename T1 > | |
std::ostream & | operator<< (std::ostream &o, const subview_field< T1 > &X) |
Print the contents of a subfield to the specified stream. |