#include <rvector.hpp>
Collaboration diagram for cxsc::rvector_slice:

Public Member Functions | |
| rvector_slice & | operator *= (const rmatrix &m) throw () |
| Implementation of multiplication and allocation operation. | |
| rvector_slice & | operator *= (const real &r) throw () |
| Implementation of multiplication and allocation operation. | |
| operator void * () throw () | |
| rvector_slice | operator() (const int &i1, const int &i2) throw () |
| Operator for accessing a part of the vector. | |
| rvector_slice | operator() (const int &i) throw () |
| Operator for accessing a part of the vector. | |
| rvector_slice & | operator() () throw () |
| Operator for accessing the whole vector. | |
| rvector_slice & | operator+= (const srvector_slice &rv) |
| Implementation of addition and allocation operation. | |
| rvector_slice & | operator+= (const srvector &rv) |
| Implementation of addition and allocation operation. | |
| rvector_slice & | operator+= (const rvector_slice &sl2) throw () |
| Implementation of addition and allocation operation. | |
| rvector_slice & | operator+= (const rvector &rv) throw () |
| Implementation of addition and allocation operation. | |
| rvector_slice & | operator-= (const srvector_slice &rv) |
| Implementation of addition and allocation operation. | |
| rvector_slice & | operator-= (const srvector &rv) |
| Implementation of addition and allocation operation. | |
| rvector_slice & | operator-= (const rvector_slice &sl2) throw () |
| Implementation of subtraction and allocation operation. | |
| rvector_slice & | operator-= (const rvector &rv) throw () |
| Implementation of subtraction and allocation operation. | |
| rvector_slice & | operator/= (const real &r) throw () |
| Implementation of division and allocation operation. | |
| rvector_slice & | operator= (const rmatrix_subv &) throw () |
| Implementation of standard assigning operator. | |
| rvector_slice & | operator= (const rmatrix_slice &m) throw () |
| Implementation of standard assigning operator. | |
| rvector_slice & | operator= (const rmatrix &m) throw () |
| Implementation of standard assigning operator. | |
| rvector_slice & | operator= (const real &r) throw () |
| Implementation of standard assigning operator. | |
| rvector_slice & | operator= (const srvector_slice &rv) |
| Implementation of standard assigning operator. | |
| rvector_slice & | operator= (const srvector &rv) |
| Implementation of standard assigning operator. | |
| rvector_slice & | operator= (const rvector &rv) throw () |
| Implementation of standard assigning operator. | |
| rvector_slice & | operator= (const rvector_slice &sl) throw () |
| Implementation of standard assigning operator. | |
| real & | operator[] (const int &i) const throw () |
| Operator for accessing the single elements of the vector (read-only). | |
| real & | operator[] (const int &i) throw () |
| Operator for accessing the single elements of the vector. | |
| rvector_slice (const rvector_slice &a) throw () | |
| Constructor of class rvector_slice. | |
| rvector_slice (rvector_slice &a, const int &lb, const int &ub) throw () | |
| Constructor of class rvector_slice. | |
| rvector_slice (rvector &a, const int &lb, const int &ub) throw () | |
| Constructor of class rvector_slice. | |
Friends | |
| class | cimatrix |
| class | civector |
| class | cmatrix |
| class | cvector |
| class | imatrix |
| class | ivector |
| class | l_imatrix |
| class | l_ivector |
| class | l_rmatrix |
| class | l_rvector |
| int | Lb (const rvector_slice &sl) throw () |
| Returns the lower bound of the vector. | |
| class | rmatrix |
| class | rvector |
| int | Ub (const rvector_slice &sl) throw () |
| Returns the upper bound of the vector. | |
| int | VecLen (const rvector_slice &sl) throw () |
| Returns the dimension of the vector. | |
This data type represents a partial rvector.
Definition at line 1063 of file rvector.hpp.
1.4.6