|
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...
|
|