#include <intvector.hpp>
Public Member Functions | |
| intvector (const intvector &v) throw () | |
| Constructor of class intvector. | |
| intvector (const intvector_slice &rs) throw () | |
| Constructor of class intvector. | |
| intvector (const intmatrix_slice &sl) throw () | |
| Constructor of class intvector. | |
| intvector (const intmatrix &) throw () | |
| Constructor of class intvector. | |
| intvector (const int &) throw () | |
| Constructor of class intvector. | |
| intvector (const intmatrix_subv &) throw () | |
| Constructor of class intvector. | |
| intvector (const int &i1, const int &i2) throw () | |
| Constructor of class intvector. | |
| intvector () throw () | |
| Constructor of class intvector. | |
| operator void * () throw () | |
| intvector_slice | operator() (const int &i1, const int &i2) throw () |
| Operator for accessing a part of the vector. | |
| intvector_slice | operator() (const int &i) throw () |
| Operator for accessing a part of the vector. | |
| intvector & | operator() () throw () |
| Operator for accessing the whole vector. | |
| intvector & | operator= (const intmatrix_subv &) throw () |
| Implementation of standard assigning operator. | |
| intvector & | operator= (const intmatrix_slice &) throw () |
| Implementation of standard assigning operator. | |
| intvector & | operator= (const intmatrix &) throw () |
| Implementation of standard assigning operator. | |
| intvector & | operator= (const int &r) throw () |
| Implementation of standard assigning operator. | |
| intvector & | operator= (const intvector_slice &sl) throw () |
| Implementation of standard assigning operator. | |
| intvector & | operator= (const intvector &rv) throw () |
| Implementation of standard assigning operator. | |
| const int & | operator[] (const int &i) const throw () |
| Operator for accessing the single elements of the vector. | |
| int & | operator[] (const int &i) throw () |
| Operator for accessing the single elements of the vector. | |
| ~intvector () | |
Friends | |
| class | intmatrix |
| class | intmatrix_subv |
| class | intvector_slice |
| int | Lb (const intvector &rv) throw () |
| Returns the lower bound of the vector. | |
| intvector & | SetLb (intvector &rv, const int &l) throw () |
| Sets the lower bound of the vector. | |
| intvector & | SetUb (intvector &rv, const int &u) throw () |
| Sets the upper bound of the vector. | |
| int | Ub (const intvector &rv) throw () |
| Returns the upper bound of the vector. | |
| int | VecLen (const intvector &rv) 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 51 of file intvector.hpp.
|
||||||||||||
|
Operator for accessing a part of the vector.
Definition at line 154 of file intvector.inl. |
|
|
Operator for accessing a part of the vector.
Definition at line 134 of file intvector.inl. |
1.4.6