#include <iosfwd>
#include <sstream>
#include "expression_types.hpp"
Go to the source code of this file.
|
template<class E , class T , class VE > |
std::basic_ostream< E, T > & | shark::blas::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 ME > |
std::basic_ostream< E, T > & | shark::blas::operator<< (std::basic_ostream< E, T > &os, const matrix_expression< ME > &m) |
| output stream operator for matrix expressions More...
|
|