33 inline void restore(std::ostream& o)
const;
42 template<
typename eT>
inline static std::streamsize modify_stream(std::ostream& o,
const eT* data,
const uword n_elem);
43 template<
typename T>
inline static std::streamsize modify_stream(std::ostream& o,
const std::complex<T>* data,
const uword n_elem);
45 template<
typename eT>
inline static void print_elem_zero(std::ostream& o);
47 template<
typename eT>
arma_inline static void print_elem(std::ostream& o,
const eT& x);
48 template<
typename T>
inline static void print_elem(std::ostream& o,
const std::complex<T>& x);
50 template<
typename eT>
inline static void print(std::ostream& o,
const Mat<eT>& m,
const bool modify);
51 template<
typename eT>
inline static void print(std::ostream& o,
const Cube<eT>& m,
const bool modify);
53 template<
typename oT>
inline static void print(std::ostream& o,
const field<oT>& m);
54 template<
typename oT>
inline static void print(std::ostream& o,
const subview_field<oT>& m);
const std::streamsize orig_precision
arma_ostream_state(const std::ostream &o)
const std::streamsize orig_width
const ios::fmtflags orig_flags
void restore(std::ostream &o) const