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

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

#include <l_ivector.hpp>

Collaboration diagram for cxsc::l_ivector:
Collaboration graph

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_ivectoroperator() () 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_ivectoroperator= (const imatrix &m) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const imatrix_slice &) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const imatrix_subv &) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const interval &r) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const ivector &rv) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const ivector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_imatrix &m) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_imatrix_slice &) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_imatrix_subv &) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_interval &r) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_ivector &rv) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_ivector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_real &r) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_rmatrix_slice &) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_rmatrix_subv &) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_rvector &rv) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const l_rvector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const rmatrix_slice &) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const rmatrix_subv &) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const rvector &rv) noexcept
 Implementation of standard assigning operator.
 
l_ivectoroperator= (const rvector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
l_intervaloperator[] (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_ivectorSetLb (l_ivector &rv, const int &l) noexcept
 Sets the lower bound of the vector.
 
l_ivectorSetUb (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.
 

Detailed Description

The Multiple-Precision Data Type l_ivector.

The vectors of C-XSC are one dimensional arrays of the corresponding scalar base type.

See also
l_rvector

Definition at line 54 of file l_ivector.hpp.


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