![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <iosfwd>
#include <sstream>
#include <boost/numeric/ublas/matrix_expression.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::ublas |
contains all important classes and functions 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 | |
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 | |
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 | |
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 | |
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 |