#include <cmatrix.hpp>
Collaboration diagram for cxsc::cmatrix:

Public Member Functions | |
| cmatrix (const rvector_slice &v) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const rvector &v) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const srmatrix_slice &rm) | |
| Constructor of class cmatrix. | |
| cmatrix (const srmatrix &rm) | |
| Constructor of class cmatrix. | |
| cmatrix (const rmatrix_slice &rm) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const rmatrix &rm) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const real &) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const complex &r) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const cvector_slice &v) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const cvector &v) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const int &m1, const int &n1, const int &m2, const int &n2) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const int &m, const int &n) throw () | |
| Constructor of class cmatrix. | |
| cmatrix () throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const scmatrix_slice &rm) | |
| Constructor of class cmatrix. | |
| cmatrix (const scmatrix &rm) | |
| Constructor of class cmatrix. | |
| cmatrix (const cmatrix_slice &rm) throw () | |
| Constructor of class cmatrix. | |
| cmatrix (const cmatrix &rm) throw () | |
| Constructor of class cmatrix. | |
| cmatrix & | operator *= (const scmatrix_slice &ms) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator *= (const scmatrix &m) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator *= (const srmatrix_slice &ms) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator *= (const srmatrix &m) |
| Implementation of addition and assignment operator. | |
| operator void * () throw () | |
| cmatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw () |
| Operator for accessing a part of the matrix. | |
| cmatrix_slice | operator() (const int &m, const int &n) throw () |
| Operator for accessing a part of the matrix. | |
| cmatrix & | operator() () throw () |
| Operator for accessing the whole matrix. | |
| cmatrix | operator() (const intmatrix &P) |
| Computes permutation of matrix according to permutation matrix, C=PA. | |
| cmatrix | operator() (const intvector &p) |
| Computes permutation of matrix according to permutation vector, C=PA. | |
| cmatrix | operator() (const intmatrix &P, const intmatrix &Q) |
| Computes permutation of matrix according to permutation matrices, C=PAQ. | |
| cmatrix | operator() (const intvector &p, const intvector &q) |
| Computes permutation of matrix according to permutation vectors, C=PAQ. | |
| cmatrix & | operator+= (const scmatrix_slice &ms) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator+= (const scmatrix &m) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator+= (const srmatrix_slice &ms) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator+= (const srmatrix &m) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator-= (const scmatrix_slice &ms) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator-= (const scmatrix &m) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator-= (const srmatrix_slice &ms) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator-= (const srmatrix &m) |
| Implementation of addition and assignment operator. | |
| cmatrix & | operator= (const rvector_slice &v) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const rvector &v) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const srmatrix_slice &ms) |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const srmatrix &m) |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const rmatrix_slice &ms) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const rmatrix &m) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const real &r) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const cvector_slice &v) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const cvector &v) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const scmatrix_slice &ms) |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const scmatrix &m) |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const cmatrix_slice &ms) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const cmatrix &m) throw () |
| Implementation of standard assigning operator. | |
| cmatrix & | operator= (const complex &r) throw () |
| Implementation of standard assigning operator. | |
| cmatrix_subv | operator[] (const cxscmatrix_column &i) throw () |
| Operator for accessing a single column of the matrix. | |
| cmatrix_subv | operator[] (const int &i) throw () |
| Operator for accessing a single row of the matrix. | |
| cmatrix_subv | operator[] (const cxscmatrix_column &i) const throw () |
| Operator for accessing a single column of the matrix. | |
| cmatrix_subv | operator[] (const int &i) const throw () |
| Operator for accessing a single row of the matrix. | |
| double * | to_blas_array () const |
| ~cmatrix () throw () | |
Friends | |
| class | cimatrix |
| class | cmatrix_slice |
| class | cmatrix_subv |
Definition at line 513 of file cmatrix.hpp.
1.4.6