arma_ostream Class Reference
[Ostream]

#include <ostream_mat.hpp>

List of all members.

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 !


Detailed Description

Definition at line 55 of file ostream_mat.hpp.