Static Public Member Functions

arma_ostream Class Reference
[Arma_ostream]

#include <arma_ostream_proto.hpp>

List of all members.

Static Public Member Functions

template<typename eT >
static u32 modify_stream (std::ostream &o, const eT *data, const u32 n_elem)
template<typename T >
static u32 modify_stream (std::ostream &o, const std::complex< T > *data, const u32 n_elem)
 "better than nothing" settings for complex numbers
template<typename eT >
static arma_inline void print_elem (std::ostream &o, const eT &x)
 Print an element to the specified stream.
template<typename T >
static arma_inline void print_elem (std::ostream &o, const std::complex< T > &x)
 Print a complex element to the specified stream //! EXPERIMENTAL !
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 eT >
static void print (std::ostream &o, const Cube< eT > &m, const bool modify)
 Print a cube to the specified stream.
template<typename oT >
static void print (std::ostream &o, const field< oT > &m)
 Print a field to the specified stream //! Assumes type oT can be printed, i.e. oT has std::ostream& operator<< (std::ostream&, const oT&).
template<typename oT >
static void print (std::ostream &o, const subview_field< oT > &m)
 Print a subfield to the specified stream //! Assumes type oT can be printed, i.e. oT has std::ostream& operator<< (std::ostream&, const oT&).

Detailed Description

Definition at line 41 of file arma_ostream_proto.hpp.