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; }
47 T& operator() (
int row,
int col );
48 T operator() (
int row,
int col )
const;
49 SubMatrix<T> operator() (
int rmin,
int rmax,
int cmin,
int cmax );
50 const SubMatrix<T> operator() (
int rmin,
int rmax,
int cmin,
int cmax )
const;
51 void swapRow(
int i,
int j );
52 void swapColumn(
int i,
int j );
T operator[](int i) const
SubMatrix< T > & operator=(const SubMatrix< T > &S)
const CanonicalForm int s
OSTREAM & operator<<(OSTREAM &, const Matrix< T > &)