C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Data Type imatrix. More...
#include <imatrix.hpp>
Public Member Functions | |
imatrix (const imatrix &rm) throw () | |
Constructor of class imatrix. | |
imatrix (const imatrix_slice &rm) throw () | |
Constructor of class imatrix. | |
imatrix (const simatrix &rm) | |
Constructor of class imatrix. | |
imatrix (const simatrix_slice &rm) | |
Constructor of class imatrix. | |
imatrix () throw () | |
Constructor of class imatrix. | |
imatrix (const int &m, const int &n) throw () | |
Constructor of class imatrix. | |
imatrix (const int &m1, const int &n1, const int &m2, const int &n2) throw () | |
Constructor of class imatrix. | |
imatrix (const ivector &v) throw () | |
Constructor of class imatrix. | |
imatrix (const ivector_slice &v) throw () | |
Constructor of class imatrix. | |
imatrix (const interval &r) throw () | |
Constructor of class imatrix. | |
imatrix (const real &r) throw () | |
Constructor of class imatrix. | |
imatrix (const rmatrix &rm) throw () | |
Constructor of class imatrix. | |
imatrix (const rmatrix_slice &rm) throw () | |
Constructor of class imatrix. | |
imatrix (const srmatrix &rm) | |
Constructor of class imatrix. | |
imatrix (const srmatrix_slice &rm) | |
Constructor of class imatrix. | |
imatrix (const rvector &v) throw () | |
Constructor of class imatrix. | |
imatrix (const rvector_slice &v) throw () | |
Constructor of class imatrix. | |
imatrix & | operator&= (const simatrix &) |
Implementation of intersection and assignment operator. | |
imatrix & | operator&= (const simatrix_slice &) |
Implementation of intersection and assignment operator. | |
imatrix & | operator&= (const srmatrix &) |
Implementation of intersection and assignment operator. | |
imatrix & | operator&= (const srmatrix_slice &) |
Implementation of intersection and assignment operator. | |
imatrix | operator() (const intvector &p, const intvector &q) |
Computes permutation of matrix according to permutation vectors, C=PAQ. | |
imatrix | operator() (const intmatrix &P, const intmatrix &Q) |
Computes permutation of matrix according to permutation matrices, C=PAQ. | |
imatrix | operator() (const intvector &p) |
Computes permutation of matrix according to permutation vector, C=PA. | |
imatrix | operator() (const intmatrix &P) |
Computes permutation of matrix according to permutation matrix, C=PAQ. | |
imatrix & | operator() () throw () |
Operator for accessing the whole matrix. | |
imatrix_slice | operator() (const int &m, const int &n) throw () |
Operator for accessing a part of the matrix. | |
imatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw () |
Operator for accessing a part of the matrix. | |
imatrix & | operator*= (const simatrix &) |
Implementation of product and assignment operator. | |
imatrix & | operator*= (const simatrix_slice &) |
Implementation of product and assignment operator. | |
imatrix & | operator*= (const srmatrix &) |
Implementation of product and assignment operator. | |
imatrix & | operator*= (const srmatrix_slice &) |
Implementation of product and assignment operator. | |
imatrix & | operator+= (const simatrix &) |
Implementation of addition and assignment operator. | |
imatrix & | operator+= (const simatrix_slice &) |
Implementation of addition and assignment operator. | |
imatrix & | operator+= (const srmatrix &) |
Implementation of addition and assignment operator. | |
imatrix & | operator+= (const srmatrix_slice &) |
Implementation of addition and assignment operator. | |
imatrix & | operator-= (const simatrix &) |
Implementation of substraction and assignment operator. | |
imatrix & | operator-= (const simatrix_slice &) |
Implementation of substraction and assignment operator. | |
imatrix & | operator-= (const srmatrix &) |
Implementation of substraction and assignment operator. | |
imatrix & | operator-= (const srmatrix_slice &) |
Implementation of substraction and assignment operator. | |
imatrix & | operator= (const interval &r) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const imatrix &m) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const imatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const simatrix &m) |
Implementation of standard assigning operator. | |
imatrix & | operator= (const simatrix_slice &ms) |
Implementation of standard assigning operator. | |
imatrix & | operator= (const ivector &v) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const ivector_slice &v) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const rmatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const srmatrix &m) |
Implementation of standard assigning operator. | |
imatrix & | operator= (const srmatrix_slice &ms) |
Implementation of standard assigning operator. | |
imatrix & | operator= (const rvector &v) throw () |
Implementation of standard assigning operator. | |
imatrix & | operator= (const rvector_slice &v) throw () |
Implementation of standard assigning operator. | |
imatrix_subv | operator[] (const int &i) const throw () |
Operator for accessing a single row of the matrix. | |
imatrix_subv | operator[] (const cxscmatrix_column &i) const throw () |
Operator for accessing a single column of the matrix. | |
imatrix & | operator|= (const simatrix &) |
Implementation of convex hull and assignment operator. | |
imatrix & | operator|= (const simatrix_slice &) |
Implementation of convex hull and assignment operator. | |
imatrix & | operator|= (const srmatrix &) |
Implementation of convex hull and assignment operator. | |
imatrix & | operator|= (const srmatrix_slice &) |
Implementation of convex hull and assignment operator. |
Computes permutation of matrix according to permutation matrix, C=PAQ.
Computes permutation of matrix according to permutation matrix, C=PA.
Definition at line 2055 of file imatrix.inl.