C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Data Type ivector_slice. More...
#include <ivector.hpp>
Public Member Functions | |
ivector_slice (ivector &a, const int &lb, const int &ub) throw () | |
Constructor of class ivector_slice. | |
ivector_slice (ivector_slice &a, const int &lb, const int &ub) throw () | |
Constructor of class ivector_slice. | |
ivector_slice (const ivector_slice &a) throw () | |
Constructor of class ivector_slice. | |
ivector_slice & | operator&= (const ivector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
ivector_slice & | operator&= (const ivector_slice &sl2) throw () |
Allocates the intersection of the arguments to the first argument. | |
ivector_slice & | operator&= (const rvector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
ivector_slice & | operator&= (const rvector_slice &sl2) throw () |
Allocates the intersection of the arguments to the first argument. | |
ivector_slice & | operator&= (const sivector &) |
Implementation of assignment and intersection operator. | |
ivector_slice & | operator&= (const sivector_slice &) |
Implementation of assignment and intersection operator. | |
ivector_slice & | operator() () throw () |
Operator for accessing the whole vector. | |
ivector_slice | operator() (const int &i) throw () |
Operator for accessing a part of the vector. | |
ivector_slice | operator() (const int &i1, const int &i2) throw () |
Operator for accessing a part of the vector. | |
ivector_slice & | operator*= (const interval &r) throw () |
Implementation of multiplication and allocation operation. | |
ivector_slice & | operator*= (const imatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
ivector_slice & | operator*= (const rmatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
ivector_slice & | operator*= (const real &r) throw () |
Implementation of multiplication and allocation operation. | |
ivector_slice & | operator+= (const ivector &rv) throw () |
Implementation of addition and allocation operation. | |
ivector_slice & | operator+= (const ivector_slice &sl2) throw () |
Implementation of addition and allocation operation. | |
ivector_slice & | operator+= (const rvector &rv) throw () |
Implementation of addition and allocation operation. | |
ivector_slice & | operator+= (const rvector_slice &sl2) throw () |
Implementation of addition and allocation operation. | |
ivector_slice & | operator+= (const srvector &) |
Implementation of assignment and addition operator. | |
ivector_slice & | operator+= (const sivector &) |
Implementation of assignment and addition operator. | |
ivector_slice & | operator+= (const srvector_slice &) |
Implementation of assignment and addition operator. | |
ivector_slice & | operator+= (const sivector_slice &) |
Implementation of assignment and addition operator. | |
ivector_slice & | operator-= (const ivector &rv) throw () |
Implementation of subtraction and allocation operation. | |
ivector_slice & | operator-= (const ivector_slice &sl2) throw () |
Implementation of subtraction and allocation operation. | |
ivector_slice & | operator-= (const rvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
ivector_slice & | operator-= (const rvector_slice &sl2) throw () |
Implementation of subtraction and allocation operation. | |
ivector_slice & | operator-= (const srvector &) |
Implementation of assignment and substraction operator. | |
ivector_slice & | operator-= (const sivector &) |
Implementation of assignment and substraction operator. | |
ivector_slice & | operator-= (const srvector_slice &) |
Implementation of assignment and substraction operator. | |
ivector_slice & | operator-= (const sivector_slice &) |
Implementation of assignment and substraction operator. | |
ivector_slice & | operator/= (const interval &r) throw () |
Implementation of division and allocation operation. | |
ivector_slice & | operator/= (const real &r) throw () |
Implementation of division and allocation operation. | |
ivector_slice & | operator= (const sivector &sl) |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const sivector_slice &sl) |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const srvector &sl) |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const srvector_slice &sl) |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const ivector_slice &sl) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const ivector &rv) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const interval &r) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const imatrix &m) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const imatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const imatrix_subv &) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const rvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const rvector &rv) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const rmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
ivector_slice & | operator= (const rmatrix_subv &mv) throw () |
Implementation of standard assigning operator. | |
interval & | operator[] (const int &i) const throw () |
Operator for accessing the single elements of the vector (read-only) | |
interval & | operator[] (const int &i) throw () |
Operator for accessing the single elements of the vector. | |
ivector_slice & | operator|= (const ivector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
ivector_slice & | operator|= (const ivector_slice &sl2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
ivector_slice & | operator|= (const rvector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
ivector_slice & | operator|= (const rvector_slice &sl2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
ivector_slice & | operator|= (const srvector &) |
Implementation of assignment and hull operator. | |
ivector_slice & | operator|= (const sivector &) |
Implementation of assignment and hull operator. | |
ivector_slice & | operator|= (const srvector_slice &) |
Implementation of assignment and hull operator. | |
ivector_slice & | operator|= (const sivector_slice &) |
Implementation of assignment and hull operator. | |
Friends | |
int | Lb (const ivector_slice &sl) throw () |
Returns the lower bound of the vector. | |
int | Ub (const ivector_slice &sl) throw () |
Returns the upper bound of the vector. | |
int | VecLen (const ivector_slice &sl) throw () |
Returns the dimension of the vector. |
The Data Type ivector_slice.
This data type represents a partial ivector.
Definition at line 962 of file ivector.hpp.