Rosetta
|
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... | |
xyzMatrix input/output functions
Definition in file xyzMatrix.io.hh.