 |
My Project
debian-1:4.1.2-p1+ds-2
|
Go to the documentation of this file.
9 #define OSTREAM std::ostream
10 #elif defined(HAVE_IOSTREAM_H)
12 #define OSTREAM ostream
void swapColumn(int i, int j)
void swapRow(int i, int j)
T operator[](int i) const
T & operator()(int row, int col)
Matrix< T > & operator=(const Matrix< T > &M)
SubMatrix(int rmin, int rmax, int cmin, int cmax, const Matrix< T > &m)
OSTREAM & operator<<(OSTREAM &, const Matrix< T > &)
void printrow(OSTREAM &s, int i) const
const CanonicalForm int s
void print(OSTREAM &s) const
SubMatrix< T > operator[](int i)
SubMatrix< T > & operator=(const SubMatrix< T > &S)