#include <ostream_mat.hpp>
Static Public Member Functions | |
template<typename eT > | |
static u32 | modify_stream (std::ostream &o, const Mat< eT > &m) |
template<typename T > | |
static u32 | modify_stream (std::ostream &o, const Mat< std::complex< T > > &m) |
"better than nothing" settings for complex numbers | |
template<typename eT > | |
static void | print (std::ostream &o, const Mat< eT > &m, const bool modify) |
Print a matrix to the specified stream. | |
template<typename T > | |
static void | print (std::ostream &o, const Mat< std::complex< T > > &m, const bool modify) |
Print a complex matrix to the specified stream EXPERIMENTAL ! |
Definition at line 55 of file ostream_mat.hpp.