C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Multiple-Precision Data Type l_rvector_slice. More...
#include <l_rvector.hpp>
Public Member Functions | |
l_rvector_slice (l_rvector &a, const int &lb, const int &ub) throw () | |
Constructor of class l_rvector_slice. | |
l_rvector_slice (l_rvector_slice &a, const int &lb, const int &ub) throw () | |
Constructor of class l_rvector_slice. | |
l_rvector_slice (const l_rvector_slice &a) throw () | |
Constructor of class l_rvector_slice. | |
l_rvector_slice & | operator&= (const l_rvector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_rvector_slice & | operator&= (const l_rvector_slice &sl2) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_rvector_slice & | operator&= (const rvector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_rvector_slice & | operator&= (const rvector_slice &sl2) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_rvector_slice & | operator() () throw () |
Operator for accessing the whole vector. | |
l_rvector_slice | operator() (const int &i) throw () |
Operator for accessing a part of the vector. | |
l_rvector_slice | operator() (const int &i1, const int &i2) throw () |
Operator for accessing a part of the vector. | |
l_rvector_slice & | operator*= (const l_real &r) throw () |
Implementation of multiplication and allocation operation. | |
l_rvector_slice & | operator*= (const l_rmatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
l_rvector_slice & | operator*= (const rmatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
l_rvector_slice & | operator*= (const real &r) throw () |
Implementation of multiplication and allocation operation. | |
l_rvector_slice & | operator+= (const l_rvector &rv) throw () |
Implementation of addition and allocation operation. | |
l_rvector_slice & | operator+= (const l_rvector_slice &sl2) throw () |
Implementation of addition and allocation operation. | |
l_rvector_slice & | operator+= (const rvector &rv) throw () |
Implementation of addition and allocation operation. | |
l_rvector_slice & | operator+= (const rvector_slice &sl2) throw () |
Implementation of addition and allocation operation. | |
l_rvector_slice & | operator-= (const l_rvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
l_rvector_slice & | operator-= (const l_rvector_slice &sl2) throw () |
Implementation of subtraction and allocation operation. | |
l_rvector_slice & | operator-= (const rvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
l_rvector_slice & | operator-= (const rvector_slice &sl2) throw () |
Implementation of subtraction and allocation operation. | |
l_rvector_slice & | operator/= (const l_real &r) throw () |
Implementation of division and allocation operation. | |
l_rvector_slice & | operator/= (const real &r) throw () |
Implementation of division and allocation operation. | |
l_rvector_slice & | operator= (const l_rvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const l_rvector &rv) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const l_real &r) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const l_rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const l_rmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const l_rmatrix_subv &) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const rvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const rvector &rv) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const rmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
l_rvector_slice & | operator= (const rmatrix_subv &mv) throw () |
Implementation of standard assigning operator. | |
l_real & | operator[] (const int &i) const throw () |
Operator for accessing the single elements of the vector. | |
l_rvector_slice & | operator|= (const l_rvector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_rvector_slice & | operator|= (const l_rvector_slice &sl2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_rvector_slice & | operator|= (const rvector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_rvector_slice & | operator|= (const rvector_slice &sl2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
Friends | |
int | Lb (const l_rvector_slice &sl) throw () |
Returns the lower bound of the vector. | |
int | Ub (const l_rvector_slice &sl) throw () |
Returns the upper bound of the vector. | |
int | VecLen (const l_rvector_slice &sl) throw () |
Returns the dimension of the vector. |
The Multiple-Precision Data Type l_rvector_slice.
This data type represents a partial rvector.
Definition at line 744 of file l_rvector.hpp.