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