operator>>
template<class G> void operator>>(const BMPFile &file, Matrix<G> &X)
template<class G> void operator>>(const TIFFile &file, Matrix<G> &X)
template<class G> void operator>>(const PPMFile &file, Matrix<G> &X)
template<class G> void operator>>(const JPGFile &file, Matrix<G> &X)
template<class G> void operator>>(const GIFFile &file, Matrix<G> &X)
template<class G> void operator>>(const PGMFile &file, Matrix<G> &X)
template<class G> void operator>>(const PBMFile &file, Matrix<G> &X)
template<class G> void operator>>(const PNGFile &file, Matrix<G> &X)
template<class G> void operator>>(const string &s, Vector<G> &X)
template<class G> void operator>>(const string &s, Matrix<G> &X)
template<class E,class Tr,class G> basic_istream<E,Tr> &operator>>(basic_istream<E,Tr> &is, Vector<G> &X)
template<class E,class Tr,class G> basic_istream<E,Tr> &operator>>(basic_istream<E,Tr> &is, Matrix<G> &X)
Conversions
Remarks
This sets the object on the right-hand side to the value given on the current input stream.