9#define OSTREAM std::ostream
10#elif defined(HAVE_IOSTREAM_H)
12#define OSTREAM ostream
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;
void swapRow(int i, int j)
void print(OSTREAM &s) const
void swapColumn(int i, int j)
Matrix(const Matrix< T > &M)
void printrow(OSTREAM &s, int i) const
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 > &)