operator<<
template<class G> void operator<<(const BMPFile &file, const Matrix<G> &X)
template<class G> void operator<<(const TIFFile &file, const Matrix<G> &X)
template<class G> void operator<<(const PPMFile &file, const Matrix<G> &X)
template<class G> void operator<<(const JPGFile &file, const Matrix<G> &X)
template<class G> void operator<<(const GIFFile &file, const Matrix<G> &X)
template<class G> void operator<<(const PGMFile &file, const Matrix<G> &X)
template<class G> void operator<<(const PBMFile &file, const Matrix<G> &X)
template<class G> void operator<<(const PNGFile &file, const Matrix<G> &X)
template<class E,class Tr,class G> basic_ostream<E,Tr> &operator<<(basic_ostream<E,Tr> &os, const Vector<G> &X)
template<class E,class Tr, class G> basic_ostream<E,Tr> &operator<<(basic_ostream<E,Tr> &os, const Matrix<G> &X)
Conversions
Remarks
This puts a description of the current object on this stream.