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 () noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const int &m, const int &n) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const int &m1, const int &n1, const int &m2, const int &n2) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_real &r) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_rmatrix &rm) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_rmatrix_slice &rm) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_rvector &v) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const l_rvector_slice &v) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const real &) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const rmatrix &rm) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const rmatrix_slice &rm) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const rvector &v) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix (const rvector_slice &v) noexcept | |
Constructor of class l_rmatrix. | |
l_rmatrix & | operator() () noexcept |
Operator for accessing the whole matrix. | |
l_rmatrix_slice | operator() (const int &m, const int &n) noexcept |
Operator for accessing a part of the matrix. | |
l_rmatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) noexcept |
Operator for accessing a part of the matrix. | |
l_rmatrix & | operator= (const l_real &r) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const l_rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const l_rmatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const l_rvector &v) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const l_rvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const real &r) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const rmatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const rvector &v) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix & | operator= (const rvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
l_rmatrix_subv | operator[] (const cxscmatrix_column &i) const noexcept |
Operator for accessing a single column of the matrix. | |
l_rmatrix_subv | operator[] (const int &i) const noexcept |
Operator for accessing a single row of the matrix. | |
The Multiple-Precision Data Type l_rmatrix.
Definition at line 415 of file l_rmatrix.hpp.