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>

List of all members.

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

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: