Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
xyzMatrix.io.hh File Reference

xyzMatrix input/output functions More...

#include <numeric/xyzMatrix.hh>
#include <numeric/IOTraits.hh>
#include <iostream>
#include <iomanip>
#include <sstream>

Go to the source code of this file.

Namespaces

 numeric
 Unit headers.
 

Functions

template<typename T >
std::ostream & numeric::operator<< (std::ostream &stream, xyzMatrix< T > const &m)
 stream << xyzMatrix output operator More...
 
template<typename T >
std::istream & numeric::read_row (std::istream &stream, T &x, T &y, T &z)
 Read an xyzMatrix row from a stream. More...
 
template<typename T >
std::istream & numeric::operator>> (std::istream &stream, xyzMatrix< T > &m)
 stream >> xyzMatrix input operator More...
 

Detailed Description

xyzMatrix input/output functions

Author
Frank M. D'Ippolito (Objex.nosp@m.x@ob.nosp@m.jexx..nosp@m.com)
Stuart G. Mentzer (Stuar.nosp@m.t_Me.nosp@m.ntzer.nosp@m.@obj.nosp@m.exx.c.nosp@m.om)

Definition in file xyzMatrix.io.hh.