C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Data Type intmatrix. More...
#include <intmatrix.hpp>
Public Member Functions | |
intmatrix (const intmatrix &rm) throw () | |
Constructor of class intmatrix. | |
intmatrix (const intmatrix_slice &rm) throw () | |
Constructor of class intmatrix. | |
intmatrix () throw () | |
Constructor of class intmatrix. | |
intmatrix (const int &m, const int &n) throw () | |
Constructor of class intmatrix. | |
intmatrix (const int &m1, const int &n1, const int &m2, const int &n2) throw () | |
Constructor of class intmatrix. | |
intmatrix (const intvector &v) throw () | |
Constructor of class intmatrix. | |
intmatrix (const intvector_slice &v) throw () | |
Constructor of class intmatrix. | |
intmatrix (const int &r) throw () | |
Constructor of class intmatrix. | |
intmatrix & | operator() () throw () |
Operator for accessing the whole matrix. | |
intmatrix_slice | operator() (const int &m, const int &n) throw () |
Operator for accessing a part of the matrix. | |
intmatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw () |
Operator for accessing a part of the matrix. | |
intmatrix & | operator= (const int &r) throw () |
Implementation of standard assigning operator. | |
intmatrix & | operator= (const intmatrix &m) throw () |
Implementation of standard assigning operator. | |
intmatrix & | operator= (const intmatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
intmatrix & | operator= (const intvector &v) throw () |
Implementation of standard assigning operator. | |
intmatrix & | operator= (const intvector_slice &v) throw () |
Implementation of standard assigning operator. | |
intmatrix_subv | operator[] (const int &i) const throw () |
Operator for accessing a single row of the matrix. | |
intmatrix_subv | operator[] (const cxscmatrix_column &i) const throw () |
Operator for accessing a single column of the matrix. |