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 () noexcept | |
Constructor of class l_ivector. | |
l_ivector (const imatrix &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const imatrix_slice &sl) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const imatrix_subv &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const int &i) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const int &i1, const int &i2) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const interval &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const ivector &v) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const ivector_slice &rs) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_imatrix &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_imatrix_slice &sl) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_imatrix_subv &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_interval &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_ivector &v) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_ivector_slice &rs) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_real &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_rmatrix &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_rmatrix_slice &sl) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_rmatrix_subv &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_rvector &v) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const l_rvector_slice &rs) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const real &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const rmatrix &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const rmatrix_slice &sl) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const rmatrix_subv &) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const rvector &v) noexcept | |
Constructor of class l_ivector. | |
l_ivector (const rvector_slice &rs) noexcept | |
Constructor of class l_ivector. | |
l_ivector & | operator() () noexcept |
Operator for accessing the whole vector. | |
l_ivector_slice | operator() (const int &i) noexcept |
Operator for accessing a part of the vector. | |
l_ivector_slice | operator() (const int &i1, const int &i2) noexcept |
Operator for accessing a part of the vector. | |
l_ivector & | operator= (const imatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const imatrix_slice &) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const imatrix_subv &) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const interval &r) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const ivector &rv) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const ivector_slice &sl) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_imatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_imatrix_slice &) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_imatrix_subv &) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_interval &r) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_ivector &rv) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_ivector_slice &sl) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_real &r) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rmatrix_slice &) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rmatrix_subv &) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rvector &rv) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const l_rvector_slice &sl) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const real &r) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rmatrix_slice &) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rmatrix_subv &) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rvector &rv) noexcept |
Implementation of standard assigning operator. | |
l_ivector & | operator= (const rvector_slice &sl) noexcept |
Implementation of standard assigning operator. | |
l_interval & | operator[] (const int &i) const noexcept |
Operator for accessing the single elements of the vector. | |
Friends | |
int | Lb (const l_ivector &rv) noexcept |
Returns the lower bound of the vector. | |
l_ivector & | SetLb (l_ivector &rv, const int &l) noexcept |
Sets the lower bound of the vector. | |
l_ivector & | SetUb (l_ivector &rv, const int &u) noexcept |
Sets the upper bound of the vector. | |
int | Ub (const l_ivector &rv) noexcept |
Returns the upper bound of the vector. | |
int | VecLen (const l_ivector &rv) noexcept |
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.