C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Data Type civector_slice. More...
#include <civector.hpp>
Public Member Functions | |
civector_slice (civector &a, const int &lb, const int &ub) throw () | |
Constructor of class civector_slice. | |
civector_slice (civector_slice &a, const int &lb, const int &ub) throw () | |
Constructor of class civector_slice. | |
civector_slice (const civector_slice &a) throw () | |
Constructor of class civector_slice. | |
civector_slice & | operator&= (const civector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
civector_slice & | operator&= (const civector_slice &sl2) throw () |
Allocates the intersection of the arguments to the first argument. | |
civector_slice & | operator&= (const rvector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
civector_slice & | operator&= (const rvector_slice &sl2) throw () |
Allocates the intersection of the arguments to the first argument. | |
civector_slice & | operator&= (const cvector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
civector_slice & | operator&= (const cvector_slice &sl2) throw () |
Allocates the intersection of the arguments to the first argument. | |
civector_slice & | operator&= (const ivector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
civector_slice & | operator&= (const ivector_slice &sl2) throw () |
Allocates the intersection of the arguments to the first argument. | |
civector_slice & | operator() () throw () |
Operator for accessing the whole vector. | |
civector_slice | operator() (const int &i) throw () |
Operator for accessing a part of the vector. | |
civector_slice | operator() (const int &i1, const int &i2) throw () |
Operator for accessing a part of the vector. | |
civector_slice & | operator*= (const cinterval &r) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const cimatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const cimatrix_slice &m) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const real &r) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const rmatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const rmatrix_slice &m) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const complex &r) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const cmatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const cmatrix_slice &m) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const interval &r) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const imatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator*= (const imatrix_slice &m) throw () |
Implementation of multiplication and allocation operation. | |
civector_slice & | operator+= (const civector &rv) throw () |
Implementation of addition and allocation operation. | |
civector_slice & | operator+= (const civector_slice &sl2) throw () |
Implementation of addition and allocation operation. | |
civector_slice & | operator+= (const rvector &rv) throw () |
Implementation of addition and allocation operation. | |
civector_slice & | operator+= (const rvector_slice &sl2) throw () |
Implementation of addition and allocation operation. | |
civector_slice & | operator+= (const cvector &rv) throw () |
Implementation of addition and allocation operation. | |
civector_slice & | operator+= (const cvector_slice &sl2) throw () |
Implementation of addition and allocation operation. | |
civector_slice & | operator+= (const ivector &rv) throw () |
Implementation of addition and allocation operation. | |
civector_slice & | operator+= (const ivector_slice &sl2) throw () |
Implementation of addition and allocation operation. | |
civector_slice & | operator-= (const civector &rv) throw () |
Implementation of subtraction and allocation operation. | |
civector_slice & | operator-= (const civector_slice &sl2) throw () |
Implementation of subtraction and allocation operation. | |
civector_slice & | operator-= (const rvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
civector_slice & | operator-= (const rvector_slice &sl2) throw () |
Implementation of subtraction and allocation operation. | |
civector_slice & | operator-= (const cvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
civector_slice & | operator-= (const cvector_slice &sl2) throw () |
Implementation of subtraction and allocation operation. | |
civector_slice & | operator-= (const ivector &rv) throw () |
Implementation of subtraction and allocation operation. | |
civector_slice & | operator-= (const ivector_slice &sl2) throw () |
Implementation of subtraction and allocation operation. | |
civector_slice & | operator/= (const cinterval &r) throw () |
Implementation of division and allocation operation. | |
civector_slice & | operator/= (const real &r) throw () |
Implementation of division and allocation operation. | |
civector_slice & | operator/= (const complex &r) throw () |
Implementation of division and allocation operation. | |
civector_slice & | operator/= (const interval &r) throw () |
Implementation of division and allocation operation. | |
civector_slice & | operator= (const scivector_slice &sl) |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const scivector &sl) |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const civector_slice &sl) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const civector &rv) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cinterval &r) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cimatrix &m) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cimatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cimatrix_subv &) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const srvector_slice &sl) |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const srvector &sl) |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const rvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const rvector &rv) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const rmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const rmatrix_subv &mv) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const scvector_slice &sl) |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const scvector &sl) |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cvector &rv) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const complex &r) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cmatrix &m) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const cmatrix_subv &mv) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const sivector_slice &sl) |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const sivector &sl) |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const ivector_slice &sl) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const ivector &rv) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const interval &r) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const imatrix &m) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const imatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
civector_slice & | operator= (const imatrix_subv &mv) throw () |
Implementation of standard assigning operator. | |
cinterval & | operator[] (const int &i) const throw () |
Operator for accessing the single elements of the vector (read-only) | |
cinterval & | operator[] (const int &i) throw () |
Operator for accessing the single elements of the vector. | |
civector_slice & | operator|= (const civector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
civector_slice & | operator|= (const civector_slice &sl2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
civector_slice & | operator|= (const rvector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
civector_slice & | operator|= (const rvector_slice &sl2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
civector_slice & | operator|= (const cvector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
civector_slice & | operator|= (const cvector_slice &sl2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
civector_slice & | operator|= (const ivector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
civector_slice & | operator|= (const ivector_slice &sl2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
Friends | |
cvector | Inf (const civector_slice &v) throw () |
Returns the infimum of the vector. | |
rvector | InfIm (const civector_slice &v) throw () |
Returns the infimum of imaginary part of the vector. | |
rvector | InfRe (const civector_slice &v) throw () |
Returns the infimum of real part of the vector. | |
int | Lb (const civector_slice &sl) throw () |
Returns the lower bound of the vector. | |
cvector | Sup (const civector_slice &v) throw () |
Returns the supremum of the vector. | |
rvector | SupIm (const civector_slice &v) throw () |
Returns the supremum of imaginary part of the vector. | |
rvector | SupRe (const civector_slice &v) throw () |
Returns the supremum of real part of the vector. | |
int | Ub (const civector_slice &sl) throw () |
Returns the upper bound of the vector. | |
int | VecLen (const civector_slice &sl) throw () |
Returns the size of the vector. |
The Data Type civector_slice.
This data type represents a partial civector.
Definition at line 1014 of file civector.hpp.