![]()  | 
  
    Rosetta
    3.7
    
   | 
 
xyzMatrix input/output functions More...
#include <numeric/xyzMatrix.hh>#include <numeric/IOTraits.hh>#include <iostream>#include <iomanip>#include <sstream>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
 1.8.7