$search
#include <arma_ostream_bones.hpp>
Static Public Member Functions | |
| template<typename T > | |
| static std::streamsize | modify_stream (std::ostream &o, const std::complex< T > *data, const uword n_elem) |
| "better than nothing" settings for complex numbers | |
| template<typename eT > | |
| static std::streamsize | modify_stream (std::ostream &o, const eT *data, const uword n_elem) |
| template<typename oT > | |
| static void | print (std::ostream &o, const subview_field< oT > &m) |
| template<typename oT > | |
| static void | print (std::ostream &o, const field< oT > &m) |
| template<typename eT > | |
| static void | print (std::ostream &o, const Cube< eT > &m, const bool modify) |
| Print a cube to the specified stream. | |
| 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_elem (std::ostream &o, const std::complex< T > &x) |
| Print a complex element to the specified stream. | |
| template<typename eT > | |
| static arma_inline void | print_elem (std::ostream &o, const eT &x) |
| Print an element to the specified stream. | |
| template<typename eT > | |
| static void | print_elem_zero (std::ostream &o) |
Definition at line 38 of file arma_ostream_bones.hpp.