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

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

#include <l_imatrix.hpp>

List of all members.

Public Member Functions

 l_imatrix (const l_imatrix &rm) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const l_imatrix_slice &rm) throw ()
 Constructor of class l_imatrix.
 l_imatrix () throw ()
 Constructor of class l_imatrix.
 l_imatrix (const int &m, const int &n) 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 l_ivector &v) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const l_ivector_slice &v) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const l_interval &r) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const real &r) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const rmatrix &rm) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const rmatrix_slice &rm) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const rvector &v) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const rvector_slice &v) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const l_real &r) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const l_rmatrix &rm) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const l_rmatrix_slice &rm) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const l_rvector &v) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const l_rvector_slice &v) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const interval &r) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const imatrix &rm) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const imatrix_slice &rm) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const ivector &v) throw ()
 Constructor of class l_imatrix.
 l_imatrix (const ivector_slice &v) throw ()
 Constructor of class l_imatrix.
l_imatrixoperator() () throw ()
 Operator for accessing the whole matrix.
l_imatrix_slice operator() (const int &m, const int &n) throw ()
 Operator for accessing a part of the matrix.
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_imatrixoperator= (const l_interval &r) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_imatrix &m) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_imatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_ivector &v) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_ivector_slice &v) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const real &r) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const rmatrix &m) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const rmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const rvector &v) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const rvector_slice &v) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_real &r) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_rmatrix &m) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_rmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_rvector &v) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const l_rvector_slice &v) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const interval &r) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const imatrix &m) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const imatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const ivector &v) throw ()
 Implementation of standard assigning operator.
l_imatrixoperator= (const ivector_slice &v) throw ()
 Implementation of standard assigning operator.
l_imatrix_subv operator[] (const int &i) const throw ()
 Operator for accessing a single row of the matrix.
l_imatrix_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_imatrix.

See also:
l_rmatrix

Definition at line 725 of file l_imatrix.hpp.


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