9#define OSTREAM std::ostream
10#elif defined(HAVE_IOSTREAM_H)
12#define OSTREAM ostream
34 void printrow (
OSTREAM &
s,
int i )
const;
43 int rows()
const {
return NR; }
51 void swapRow(
int i,
int j );
52 void swapColumn(
int i,
int j );
SubMatrix(int rmin, int rmax, int cmin, int cmax, const Matrix< T > &m)
T operator[](int i) const
SubMatrix< T > & operator=(const SubMatrix< T > &S)
const CanonicalForm int s
OSTREAM & operator<<(OSTREAM &, const Matrix< T > &)