C-XSC - A C++ Class Library for Extended Scientific Computing 2.5.4
cxsc::l_rmatrix Class Reference

The Multiple-Precision Data Type l_rmatrix. More...

#include <l_rmatrix.hpp>

Collaboration diagram for cxsc::l_rmatrix:
Collaboration graph

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_rmatrixoperator() () 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_rmatrixoperator= (const l_real &r) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (const l_rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (const l_rmatrix_slice &ms) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (const l_rvector &v) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (const l_rvector_slice &v) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (const rmatrix_slice &ms) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (const rvector &v) noexcept
 Implementation of standard assigning operator.
 
l_rmatrixoperator= (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.
 

Detailed Description

The Multiple-Precision Data Type l_rmatrix.

See also
rmatrix

Definition at line 415 of file l_rmatrix.hpp.


The documentation for this class was generated from the following files: