#include <lx_ivector.hpp>
Collaboration diagram for cxsc::lx_ivector:

Public Member Functions | |
| lx_ivector (const lx_ivector &) throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector (const real &) throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector (const l_real &) throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector (const lx_real &) throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector (const interval &) throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector (const l_interval &) throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector (const lx_interval &) throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector (int i1, int i2) throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector (int i) throw () | |
| lx_ivector () throw () | |
| Constructor of class lx_ivector. | |
| lx_ivector & | operator= (const real &) throw () |
| Implementation of standard assigning operator. | |
| lx_ivector & | operator= (const l_real &) throw () |
| Implementation of standard assigning operator. | |
| lx_ivector & | operator= (const lx_real &) throw () |
| Implementation of standard assigning operator. | |
| lx_ivector & | operator= (const interval &) throw () |
| Implementation of standard assigning operator. | |
| lx_ivector & | operator= (const l_interval &) throw () |
| Implementation of standard assigning operator. | |
| lx_ivector & | operator= (const lx_interval &) throw () |
| Implementation of standard assigning operator. | |
| lx_ivector & | operator= (const lx_ivector &) throw () |
| Implementation of standard assigning operator. | |
| const lx_interval & | operator[] (const int &i) const throw () |
| Operator for accessing the single elements of the vector. | |
| lx_interval & | operator[] (const int &i) throw () |
| Operator for accessing the single elements of the vector. | |
| ~lx_ivector () | |
Friends | |
| int | Lb (const lx_ivector &a) throw () |
| Returns the lower bound of the vector. | |
| void | Resize (lx_ivector &rv, int len) throw () |
| Resizes the vector. | |
| void | Resize (lx_ivector &rv, int lb, int ub) throw () |
| Resizes the vector. | |
| lx_ivector & | SetLb (lx_ivector &a, int l) throw () |
| Sets the lower bound of the vector. | |
| lx_ivector & | SetUb (lx_ivector &a, int u) throw () |
| Sets the upper bound of the vector. | |
| int | Ub (const lx_ivector &a) throw () |
| Returns the upper bound of the vector. | |
| int | VecLen (const lx_ivector &a) throw () |
| Returns the dimension of the vector. | |
The vectors of C-XSC are one dimensional arrays of the corresponding scalar base type.
Definition at line 42 of file lx_ivector.hpp.
|
|
Constructor of class lx_ivector.
Creation of a variable of type lx_ivector with length Definition at line 31 of file lx_ivector.inl. |
|
|
Definition at line 39 of file lx_ivector.inl. |
|
||||||||||||
|
Constructor of class lx_ivector.
and index bounds , and . The values of the elements are undefined.
Definition at line 50 of file lx_ivector.inl. |
1.4.6