Template Function helpme::operator<<(std::ostream&, Matrix<Real> const&)¶ Defined in File matrix.h Function Documentation¶ template<typename Real>std::ostream &helpme::operator<<(std::ostream &os, Matrix<Real> const &m)¶ A helper function to allow printing of Matrix objects to a stream.