Scythe-1.0.3
template<typename T , matrix_order O, matrix_style S>
std::istream& scythe::operator>> ( std::istream &  is,
Matrix< T, O, S > &  M 
)

Populate a Matrix from a stream.

This operator reads values from a stream and enters them into an existing Matrix in order.

Parameters:
isThe istream to read from.
MThe Matrix to populate.
See also:
operator<<(std::ostream& os, const Matrix<T,O,S>& M)
Matrix::Matrix(const std::string& file)
Exceptions:
scythe_bounds_error(Level 3)

References copy().