Operators in Dune::XT::LA

template<class S>
std::ostream &Dune::XT::LA::operator<<(std::ostream &out, const IstlRowMajorSparseMatrix<S> &matrix)

Writes an IstlRowMajorSparseMatrix to an output stream in human-readable form.

template<class T, class S>
std::ostream &Dune::XT::LA::operator<<(std::ostream &out, const MatrixInterface<T, S> &matrix)

Writes a MatrixInterface to an output stream in human-readable, row-wise form.

template<class T, class S>
std::ostream &Dune::XT::LA::operator<<(std::ostream &out, const VectorInterface<T, S> &vector)

Writes a VectorInterface to an output stream in human-readable form.