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>

List of all members.

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

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: