11 #define OSTREAM std::ostream 12 #elif defined(HAVE_IOSTREAM_H) 14 #define OSTREAM ostream 26 OSTREAM& operator<< (OSTREAM &, const Matrix<T> &);
92 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)
T operator[](int i) const
void swapColumn(int i, int j)
void swapRow(int i, int j)
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)