C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Multiple-Precision Data Type l_ivector. More...
#include <l_ivector.hpp>
Public Member Functions | |
l_ivector () throw () | |
Constructor of class l_ivector. | |
l_ivector (const int &i) throw () | |
Constructor of class l_ivector. | |
l_ivector (const int &i1, const int &i2) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_imatrix_subv &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_interval &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_imatrix &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_imatrix_slice &sl) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_ivector_slice &rs) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_ivector &v) throw () | |
Constructor of class l_ivector. | |
l_ivector (const real &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const rvector_slice &rs) throw () | |
Constructor of class l_ivector. | |
l_ivector (const rvector &v) throw () | |
Constructor of class l_ivector. | |
l_ivector (const rmatrix &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const rmatrix_slice &sl) throw () | |
Constructor of class l_ivector. | |
l_ivector (const rmatrix_subv &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_real &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_rvector_slice &rs) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_rvector &v) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_rmatrix &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_rmatrix_slice &sl) throw () | |
Constructor of class l_ivector. | |
l_ivector (const l_rmatrix_subv &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const interval &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const ivector_slice &rs) throw () | |
Constructor of class l_ivector. | |
l_ivector (const ivector &v) throw () | |
Constructor of class l_ivector. | |
l_ivector (const imatrix &) throw () | |
Constructor of class l_ivector. | |
l_ivector (const imatrix_slice &sl) throw () | |
Constructor of class l_ivector. | |
l_ivector (const imatrix_subv &) throw () | |
Constructor of class l_ivector. | |
l_ivector & | operator() () throw () |
Operator for accessing the whole vector. | |
l_ivector_slice | operator() (const int &i) throw () |
Operator for accessing a part of the vector. | |
l_ivector_slice | operator() (const int &i1, const int &i2) throw () |
Operator for accessing a part of the vector. | |
l_ivector & | operator= (const l_ivector &rv) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_ivector_slice &sl) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_interval &r) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_imatrix &m) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_imatrix_slice &) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_imatrix_subv &) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rvector &rv) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rmatrix_slice &) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rmatrix_subv &) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rvector &rv) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_real &r) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rmatrix_slice &) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rmatrix_subv &) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const ivector &rv) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const ivector_slice &sl) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const interval &r) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const imatrix &m) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const imatrix_slice &) throw () |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const imatrix_subv &) throw () |
Implementation of standard assigning operator. | |
l_interval & | operator[] (const int &i) const throw () |
Operator for accessing the single elements of the vector. | |
Friends | |
int | Lb (const l_ivector &rv) throw () |
Returns the lower bound of the vector. | |
l_ivector & | SetLb (l_ivector &rv, const int &l) throw () |
Sets the lower bound of the vector. | |
l_ivector & | SetUb (l_ivector &rv, const int &u) throw () |
Sets the upper bound of the vector. | |
int | Ub (const l_ivector &rv) throw () |
Returns the upper bound of the vector. | |
int | VecLen (const l_ivector &rv) throw () |
Returns the dimension of the vector. |
The Multiple-Precision Data Type l_ivector.
The vectors of C-XSC are one dimensional arrays of the corresponding scalar base type.
Definition at line 54 of file l_ivector.hpp.