Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
io.hpp File Reference
#include <iosfwd>
#include <sstream>
#include <boost/numeric/ublas/matrix_expression.hpp>
Include dependency graph for io.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::numeric
 
 boost::numeric::ublas
 main namespace of uBLAS.
 

Functions

template<class E , class T , class VE >
std::basic_ostream< E, T > & boost::numeric::ublas::operator<< (std::basic_ostream< E, T > &os, const vector_expression< VE > &v)
 output stream operator for vector expressions More...
 
template<class E , class T , class VT , class VA >
std::basic_istream< E, T > & boost::numeric::ublas::operator>> (std::basic_istream< E, T > &is, vector< VT, VA > &v)
 input stream operator for vectors More...
 
template<class E , class T , class ME >
std::basic_ostream< E, T > & boost::numeric::ublas::operator<< (std::basic_ostream< E, T > &os, const matrix_expression< ME > &m)
 output stream operator for matrix expressions More...
 
template<class E , class T , class MT , class MF , class MA >
std::basic_istream< E, T > & boost::numeric::ublas::operator>> (std::basic_istream< E, T > &is, matrix< MT, MF, MA > &m)
 input stream operator for matrices More...
 
template<class E , class T , class MT , class MF1 , class MF2 , class MA >
std::basic_istream< E, T > & boost::numeric::ublas::operator>> (std::basic_istream< E, T > &is, symmetric_matrix< MT, MF1, MF2, MA > &m)
 special input stream operator for symmetric matrices More...