C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Data Type cimatrix_subv. More...
#include <cimatrix.hpp>
Public Member Functions | |
cimatrix_subv (cinterval *d, const int &l, const int &u, const int &s, const int &st, const int &o) throw () | |
Constructor of class cimatrix_subv. | |
cimatrix_subv (const cimatrix_subv &v) throw () | |
Constructor of class cimatrix_subv. | |
cimatrix_subv & | operator&= (const scivector &rv) |
Implementation of intersection and allocation operation. | |
cimatrix_subv & | operator&= (const scivector_slice &rv) |
Implementation of intersection and allocation operation. | |
cimatrix_subv & | operator&= (const scimatrix_subv &rv) |
Implementation of intersection and allocation operation. | |
cimatrix_subv & | operator&= (const civector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_subv & | operator&= (const civector_slice &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_subv & | operator&= (const rvector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_subv & | operator&= (const rvector_slice &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_subv & | operator&= (const scmatrix_subv &rv) |
Implementation of intersection and allocation operation. | |
cimatrix_subv & | operator&= (const cvector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_subv & | operator&= (const cvector_slice &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_subv & | operator&= (const sivector &rv) |
Implementation of intersection and allocation operation. | |
cimatrix_subv & | operator&= (const sivector_slice &rv) |
Implementation of intersection and allocation operation. | |
cimatrix_subv & | operator&= (const simatrix_subv &rv) |
Implementation of intersection and allocation operation. | |
cimatrix_subv & | operator&= (const ivector &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_subv & | operator&= (const ivector_slice &rv) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_subv & | operator() () throw () |
Operator for accessing the whole vector. | |
cimatrix_subv | operator() (const int &i) throw () |
Operator for accessing a part of the vector. | |
cimatrix_subv | operator() (const int &i1, const int &i2) throw () |
Operator for accessing a part of the vector. | |
cimatrix_subv & | operator*= (const cinterval &c) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_subv & | operator*= (const real &c) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_subv & | operator*= (const complex &c) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_subv & | operator*= (const interval &c) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_subv & | operator+= (const cinterval &c) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const scivector &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const scivector_slice &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const scimatrix_subv &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const civector &rv) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const civector_slice &rv) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const real &c) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const srvector &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const srvector_slice &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const srmatrix_subv &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const rvector &rv) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const rvector_slice &rv) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const complex &c) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const scvector &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const scvector_slice &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const scmatrix_subv &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const cvector &rv) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const cvector_slice &rv) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const interval &c) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const sivector &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const sivector_slice &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const simatrix_subv &rv) |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const ivector &rv) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator+= (const ivector_slice &rv) throw () |
Implementation of addition and allocation operation. | |
cimatrix_subv & | operator-= (const cinterval &c) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const scivector &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const scivector_slice &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const scimatrix_subv &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const civector &rv) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const civector_slice &rv) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const real &c) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const srvector &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const srvector_slice &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const srmatrix_subv &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const rvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const rvector_slice &rv) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const complex &c) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const scvector &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const scvector_slice &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const scmatrix_subv &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const cvector &rv) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const cvector_slice &rv) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const interval &c) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const sivector &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const sivector_slice &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const simatrix_subv &rv) |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const ivector &rv) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator-= (const ivector_slice &rv) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_subv & | operator/= (const cinterval &c) throw () |
Implementation of division and allocation operation. | |
cimatrix_subv & | operator/= (const real &c) throw () |
Implementation of division and allocation operation. | |
cimatrix_subv & | operator/= (const complex &c) throw () |
Implementation of division and allocation operation. | |
cimatrix_subv & | operator/= (const interval &c) throw () |
Implementation of division and allocation operation. | |
cimatrix_subv & | operator= (const scimatrix_subv &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const srmatrix_subv &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const simatrix_subv &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const scmatrix_subv &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const scivector &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const srvector &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const scvector &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const sivector &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const scivector_slice &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const srvector_slice &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const scvector_slice &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const sivector_slice &rv) |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cimatrix_subv &rv) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cinterval &r) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cimatrix &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cimatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const civector &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const civector_slice &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const rmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const rvector &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const rvector_slice &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const rmatrix_subv &rv) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const complex &r) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cmatrix &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cmatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cvector &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cvector_slice &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const cmatrix_subv &rv) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const interval &r) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const imatrix &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const imatrix_slice &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const ivector &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const ivector_slice &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv & | operator= (const imatrix_subv &rv) 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. | |
cimatrix_subv & | operator|= (const scivector &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const scivector_slice &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const scimatrix_subv &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const civector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_subv & | operator|= (const civector_slice &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_subv & | operator|= (const srvector &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const srvector_slice &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const srmatrix_subv &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const rvector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_subv & | operator|= (const rvector_slice &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_subv & | operator|= (const scvector &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const scvector_slice &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const scmatrix_subv &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const cvector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_subv & | operator|= (const cvector_slice &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_subv & | operator|= (const sivector &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const sivector_slice &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const simatrix_subv &rv) |
Implementation of hull and allocation operation. | |
cimatrix_subv & | operator|= (const ivector &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_subv & | operator|= (const ivector_slice &rv) throw () |
Allocates the convex hull of the arguments to the first argument. | |
Friends | |
cimatrix_subv | Col (cimatrix &m, const int &i) throw () |
Returns one column of the matrix as a vector. | |
cimatrix_subv | Col (const cimatrix &m, const int &i) throw () |
Returns one column of the matrix as a vector. | |
int | Lb (const cimatrix_subv &rv) throw () |
Returns the lower bound of the vector. | |
cimatrix_subv | Row (cimatrix &m, const int &i) throw () |
Returns one row of the matrix as a vector. | |
cimatrix_subv | Row (const cimatrix &m, const int &i) throw () |
Returns one row of the matrix as a vector. | |
int | Ub (const cimatrix_subv &rv) throw () |
Returns the upper bound of the vector. | |
int | VecLen (const cimatrix_subv &rv) throw () |
Returns the size of the vector. |
The Data Type cimatrix_subv.
This Data Type provides one column or row of a matrix as a vector.
Definition at line 67 of file cimatrix.hpp.