C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Multiple-Precision Data Type l_rmatrix_subv. More...
#include <l_rmatrix.hpp>
Public Member Functions | |
l_rmatrix_subv (l_real *d, const int &l, const int &u, const int &s, const int &st, const int &o) throw () | |
Constructor of class l_rmatrix_subv. | |
l_rmatrix_subv (const l_rmatrix_subv &v) throw () | |
Constructor of class l_rmatrix_subv. | |
l_rmatrix_subv & | operator() () throw () |
Operator for accessing the whole vector. | |
l_rmatrix_subv | operator() (const int &i) throw () |
Operator for accessing a part of the vector. | |
l_rmatrix_subv | operator() (const int &i1, const int &i2) throw () |
Operator for accessing a part of the vector. | |
l_rmatrix_subv & | operator*= (const l_real &c) throw () |
Implementation of multiplication and allocation operation. | |
l_rmatrix_subv & | operator*= (const real &c) throw () |
Implementation of multiplication and allocation operation. | |
l_rmatrix_subv & | operator+= (const l_real &c) throw () |
Implementation of addition and allocation operation. | |
l_rmatrix_subv & | operator+= (const l_rvector &rv) throw () |
Implementation of addition and allocation operation. | |
l_rmatrix_subv & | operator+= (const l_rvector_slice &rv) throw () |
Implementation of addition and allocation operation. | |
l_rmatrix_subv & | operator+= (const real &c) throw () |
Implementation of addition and allocation operation. | |
l_rmatrix_subv & | operator+= (const rvector &rv) throw () |
Implementation of addition and allocation operation. | |
l_rmatrix_subv & | operator+= (const rvector_slice &rv) throw () |
Implementation of addition and allocation operation. | |
l_rmatrix_subv & | operator-= (const l_real &c) throw () |
Implementation of subtraction and allocation operation. | |
l_rmatrix_subv & | operator-= (const l_rvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
l_rmatrix_subv & | operator-= (const l_rvector_slice &rv) throw () |
Implementation of subtraction and allocation operation. | |
l_rmatrix_subv & | operator-= (const real &c) throw () |
Implementation of subtraction and allocation operation. | |
l_rmatrix_subv & | operator-= (const rvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
l_rmatrix_subv & | operator-= (const rvector_slice &rv) throw () |
Implementation of subtraction and allocation operation. | |
l_rmatrix_subv & | operator/= (const l_real &c) throw () |
Implementation of division and allocation operation. | |
l_rmatrix_subv & | operator/= (const real &c) throw () |
Implementation of division and allocation operation. | |
l_rmatrix_subv & | operator= (const l_rmatrix_subv &rv) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const l_real &r) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const l_rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const l_rmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const l_rvector &v) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const l_rvector_slice &v) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const rmatrix_subv &rv) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const rmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const rvector &v) throw () |
Implementation of standard assigning operator. | |
l_rmatrix_subv & | operator= (const rvector_slice &v) throw () |
Implementation of standard assigning operator. | |
l_real & | operator[] (const int &i) const throw () |
Operator for accessing the single elements of the vector. | |
Friends | |
l_rmatrix_subv | Col (l_rmatrix &m, const int &i) throw () |
Returns one column of the matrix as a vector. | |
l_rmatrix_subv | Col (const l_rmatrix &m, const int &i) throw () |
Returns one column of the matrix as a vector. | |
int | Lb (const l_rmatrix_subv &rv) throw () |
Returns the lower bound of the vector. | |
l_rmatrix_subv | Row (l_rmatrix &m, const int &i) throw () |
Returns one row of the matrix as a vector. | |
l_rmatrix_subv | Row (const l_rmatrix &m, const int &i) throw () |
Returns one row of the matrix as a vector. | |
int | Ub (const l_rmatrix_subv &rv) throw () |
Returns the upper bound of the vector. |
The Multiple-Precision Data Type l_rmatrix_subv.
This Multiple-Precision Data Type provides one column or row of a matrix as a vector.
Definition at line 46 of file l_rmatrix.hpp.