C-XSC - A C++ Class Library for Extended Scientific Computing  2.5.4
cxsc::rvector_slice Class Reference

The Data Type rvector_slice. More...

#include <rvector.hpp>

List of all members.

Public Member Functions

rvector_sliceoperator() () throw ()
 Operator for accessing the whole vector.
rvector_slice operator() (const int &i) throw ()
 Operator for accessing a part of the vector.
rvector_slice operator() (const int &i1, const int &i2) throw ()
 Operator for accessing a part of the vector.
rvector_sliceoperator*= (const real &r) throw ()
 Implementation of multiplication and allocation operation.
rvector_sliceoperator*= (const rmatrix &m) throw ()
 Implementation of multiplication and allocation operation.
rvector_sliceoperator+= (const rvector &rv) throw ()
 Implementation of addition and allocation operation.
rvector_sliceoperator+= (const rvector_slice &sl2) throw ()
 Implementation of addition and allocation operation.
rvector_sliceoperator+= (const srvector &rv)
 Implementation of addition and allocation operation.
rvector_sliceoperator+= (const srvector_slice &rv)
 Implementation of addition and allocation operation.
rvector_sliceoperator-= (const rvector &rv) throw ()
 Implementation of subtraction and allocation operation.
rvector_sliceoperator-= (const rvector_slice &sl2) throw ()
 Implementation of subtraction and allocation operation.
rvector_sliceoperator-= (const srvector &rv)
 Implementation of addition and allocation operation.
rvector_sliceoperator-= (const srvector_slice &rv)
 Implementation of addition and allocation operation.
rvector_sliceoperator/= (const real &r) throw ()
 Implementation of division and allocation operation.
rvector_sliceoperator= (const rvector_slice &sl) throw ()
 Implementation of standard assigning operator.
rvector_sliceoperator= (const rvector &rv) throw ()
 Implementation of standard assigning operator.
rvector_sliceoperator= (const srvector &rv)
 Implementation of standard assigning operator.
rvector_sliceoperator= (const srvector_slice &rv)
 Implementation of standard assigning operator.
rvector_sliceoperator= (const real &r) throw ()
 Implementation of standard assigning operator.
rvector_sliceoperator= (const rmatrix &m) throw ()
 Implementation of standard assigning operator.
rvector_sliceoperator= (const rmatrix_slice &m) throw ()
 Implementation of standard assigning operator.
rvector_sliceoperator= (const rmatrix_subv &) throw ()
 Implementation of standard assigning operator.
realoperator[] (const int &i) throw ()
 Operator for accessing the single elements of the vector.
realoperator[] (const int &i) const throw ()
 Operator for accessing the single elements of the vector (read-only)
 rvector_slice (rvector &a, const int &lb, const int &ub) 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 (const rvector_slice &a) throw ()
 Constructor of class rvector_slice.

Friends

int Lb (const rvector_slice &sl) throw ()
 Returns the lower bound of the vector.
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.

Detailed Description

The Data Type rvector_slice.

This data type represents a partial rvector.

See also:
rvector

Definition at line 1063 of file rvector.hpp.


The documentation for this class was generated from the following files: