9 #define OSTREAM std::ostream 10 #elif defined(HAVE_IOSTREAM_H) 12 #define OSTREAM ostream 24 OSTREAM& operator<< (OSTREAM &, const Matrix<T> &);
90 OSTREAM & operator<< ( OSTREAM & s, const Matrix<T>&
M );
const CanonicalForm int s
void printrow(OSTREAM &s, int i) const
Matrix< T > & operator=(const Matrix< T > &M)
SubMatrix< T > operator[](int i)
void swapColumn(int i, int j)
void swapRow(int i, int j)
T & operator()(int row, int col)
void print(OSTREAM &s) const