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
Matrix< T > & operator=(const Matrix< T > &M)
SubMatrix< T > operator[](int i)
void swapColumn(int i, int j)
void print(OSTREAM &s) const
void printrow(OSTREAM &s, int i) const
void swapRow(int i, int j)
T & operator()(int row, int col)
T operator[](int i) const
SubMatrix(int rmin, int rmax, int cmin, int cmax, const Matrix< T > &m)
SubMatrix< T > & operator=(const SubMatrix< T > &S)