#include <cvector.hpp>
Collaboration diagram for cxsc::cvector_slice:

Public Member Functions | |
| cvector_slice (const cvector_slice &a) throw () | |
| Constructor of class cvector_slice. | |
| cvector_slice (cvector_slice &a, const int &lb, const int &ub) throw () | |
| Constructor of class cvector_slice. | |
| cvector_slice (cvector &a, const int &lb, const int &ub) throw () | |
| Constructor of class cvector_slice. | |
| cvector_slice & | operator &= (const rvector_slice &sl2) throw () |
| Allocates the intersection of the arguments to the first argument. | |
| cvector_slice & | operator &= (const rvector &rv) throw () |
| Allocates the intersection of the arguments to the first argument. | |
| cvector_slice & | operator &= (const cvector_slice &sl2) throw () |
| Allocates the intersection of the arguments to the first argument. | |
| cvector_slice & | operator &= (const cvector &rv) throw () |
| Allocates the intersection of the arguments to the first argument. | |
| cvector_slice & | operator *= (const real &r) throw () |
| Implementation of multiplication and allocation operation. | |
| cvector_slice & | operator *= (const rmatrix &m) throw () |
| Implementation of multiplication and allocation operation. | |
| cvector_slice & | operator *= (const cmatrix &m) throw () |
| Implementation of multiplication and allocation operation. | |
| cvector_slice & | operator *= (const complex &r) throw () |
| Implementation of multiplication and allocation operation. | |
| operator void * () throw () | |
| cvector_slice | operator() (const int &i1, const int &i2) throw () |
| Operator for accessing a part of the vector. | |
| cvector_slice | operator() (const int &i) throw () |
| Operator for accessing a part of the vector. | |
| cvector_slice & | operator() () throw () |
| Operator for accessing the whole vector. | |
| cvector_slice & | operator+= (const scvector_slice &) |
| cvector_slice & | operator+= (const srvector_slice &) |
| cvector_slice & | operator+= (const scvector &) |
| cvector_slice & | operator+= (const srvector &) |
| cvector_slice & | operator+= (const rvector_slice &sl2) throw () |
| Implementation of addition and allocation operation. | |
| cvector_slice & | operator+= (const rvector &rv) throw () |
| Implementation of addition and allocation operation. | |
| cvector_slice & | operator+= (const cvector_slice &sl2) throw () |
| Implementation of addition and allocation operation. | |
| cvector_slice & | operator+= (const cvector &rv) throw () |
| Implementation of addition and allocation operation. | |
| cvector_slice & | operator-= (const scvector_slice &) |
| cvector_slice & | operator-= (const srvector_slice &) |
| cvector_slice & | operator-= (const scvector &) |
| cvector_slice & | operator-= (const srvector &) |
| cvector_slice & | operator-= (const rvector_slice &sl2) throw () |
| Implementation of subtraction and allocation operation. | |
| cvector_slice & | operator-= (const rvector &rv) throw () |
| Implementation of subtraction and allocation operation. | |
| cvector_slice & | operator-= (const cvector_slice &sl2) throw () |
| Implementation of subtraction and allocation operation. | |
| cvector_slice & | operator-= (const cvector &rv) throw () |
| Implementation of subtraction and allocation operation. | |
| cvector_slice & | operator/= (const real &r) throw () |
| Implementation of division and allocation operation. | |
| cvector_slice & | operator/= (const complex &r) throw () |
| Implementation of division and allocation operation. | |
| cvector_slice & | operator= (const rmatrix_subv &mv) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const rmatrix_slice &m) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const rmatrix &m) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const real &r) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const rvector &rv) throw () |
| cvector_slice & | operator= (const rvector_slice &sl) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const srvector_slice &rv) |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const srvector &rv) |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const cmatrix_subv &) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const cmatrix_slice &m) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const cmatrix &m) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const complex &r) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const cvector &rv) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const cvector_slice &sl) throw () |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const scvector_slice &sl) |
| Implementation of standard assigning operator. | |
| cvector_slice & | operator= (const scvector &sl) |
| Implementation of standard assigning operator. | |
| complex & | operator[] (const int &i) throw () |
| Operator for accessing the single elements of the vector. | |
| complex & | operator[] (const int &i) const throw () |
| Operator for accessing the single elements of the vector (read-only). | |
| cvector_slice & | operator|= (const rvector_slice &sl2) throw () |
| Allocates the convex hull of the arguments to the first argument. | |
| cvector_slice & | operator|= (const rvector &rv) throw () |
| Allocates the convex hull of the arguments to the first argument. | |
| cvector_slice & | operator|= (const cvector_slice &sl2) throw () |
| Allocates the convex hull of the arguments to the first argument. | |
| cvector_slice & | operator|= (const cvector &rv) throw () |
| Allocates the convex hull of the arguments to the first argument. | |
Friends | |
| class | cimatrix |
| class | civector |
| class | cmatrix |
| class | cvector |
| int | Lb (const cvector_slice &sl) throw () |
| Returns the lower bound of the vector. | |
| int | Ub (const cvector_slice &sl) throw () |
| Returns the upper bound of the vector. | |
| int | VecLen (const cvector_slice &sl) throw () |
| Returns the dimension of the vector. | |
This data type represents a partial cvector.
Definition at line 844 of file cvector.hpp.
1.4.6