C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Multiple-Precision Data Type l_rmatrix. More...
#include <l_rmatrix.hpp>
Public Member Functions | |
l_rmatrix (const l_rmatrix &rm) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_rmatrix_slice &rm) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix () throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const int &m, const int &n) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const int &m1, const int &n1, const int &m2, const int &n2) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_rvector &v) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_rvector_slice &v) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_real &r) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const real &) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const rmatrix &rm) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const rmatrix_slice &rm) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const rvector &v) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix (const rvector_slice &v) throw () | |
Constructor of class l_rmatrix. | |
l_rmatrix & | operator() () throw () |
Operator for accessing the whole matrix. | |
l_rmatrix_slice | operator() (const int &m, const int &n) throw () |
Operator for accessing a part of the matrix. | |
l_rmatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw () |
Operator for accessing a part of the matrix. | |
l_rmatrix & | operator= (const l_real &r) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const l_rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const l_rmatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const l_rvector &v) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const l_rvector_slice &v) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const rmatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const rvector &v) throw () |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const rvector_slice &v) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv | operator[] (const int &i) const throw () |
Operator for accessing a single row of the matrix. | |
l_rmatrix_subv | operator[] (const cxscmatrix_column &i) const throw () |
Operator for accessing a single column of the matrix. |
The Multiple-Precision Data Type l_rmatrix.
Definition at line 415 of file l_rmatrix.hpp.