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

Public Member Functions | |
| l_imatrix (const ivector_slice &v) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const ivector &v) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const imatrix_slice &rm) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const imatrix &rm) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const interval &r) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_rvector_slice &v) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_rvector &v) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_rmatrix_slice &rm) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_rmatrix &rm) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_real &r) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const rvector_slice &v) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const rvector &v) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const rmatrix_slice &rm) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const rmatrix &rm) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const real &r) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_interval &r) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_ivector_slice &v) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_ivector &v) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const int &m1, const int &n1, const int &m2, const int &n2) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const int &m, const int &n) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix () throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_imatrix_slice &rm) throw () | |
| Constructor of class l_imatrix. | |
| l_imatrix (const l_imatrix &rm) throw () | |
| Constructor of class l_imatrix. | |
| operator void * () throw () | |
| l_imatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw () |
| Operator for accessing a part of the matrix. | |
| l_imatrix_slice | operator() (const int &m, const int &n) throw () |
| Operator for accessing a part of the matrix. | |
| l_imatrix & | operator() () throw () |
| Operator for accessing the whole matrix. | |
| l_imatrix & | operator= (const ivector_slice &v) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const ivector &v) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const imatrix_slice &ms) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const imatrix &m) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const interval &r) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_rvector_slice &v) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_rvector &v) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_rmatrix_slice &ms) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_rmatrix &m) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_real &r) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const rvector_slice &v) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const rvector &v) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const rmatrix_slice &ms) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const rmatrix &m) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const real &r) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_ivector_slice &v) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_ivector &v) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_imatrix_slice &ms) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_imatrix &m) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix & | operator= (const l_interval &r) throw () |
| Implementation of standard assigning operator. | |
| l_imatrix_subv | operator[] (const cxscmatrix_column &i) const throw () |
| Operator for accessing a single column of the matrix. | |
| l_imatrix_subv | operator[] (const int &i) const throw () |
| Operator for accessing a single row of the matrix. | |
| ~l_imatrix () throw () | |
Friends | |
| class | l_imatrix_slice |
| class | l_imatrix_subv |
Definition at line 725 of file l_imatrix.hpp.
1.4.6