Collaboration diagram for Input/output operators:
![]() |
<<
and >>
) that put or get objects to and from streams.
More...Functions | |
template<typename T> | |
std::ostream & | operator<< (std::ostream &os, const Vector< T > &v) |
Outputs the Vector<T> argument to the stream os< . | |
template<typename T> | |
std::ostream & | operator<< (std::ostream &os, const Matrix< T > &m) |
Outputs the Matrix<T> argument to the stream os< . | |
template<typename T> | |
std::ostream & | operator<< (std::ostream &os, const DenseVector< T > &v) |
Outputs a DenseVector<T> to a stream. | |
template<typename T> | |
std::ostream & | operator<< (std::ostream &os, const DenseMatrix< T > &m) |
Outputs a DenseMatrix<T> to a stream. |
<<
and >>
) that put or get objects to and from streams.