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

The Multiple-Precision Data Type l_rvector. More...

#include <l_rvector.hpp>

List of all members.

Public Member Functions

 l_rvector () throw ()
 Constructor of class l_rvector.
 l_rvector (const int &i) throw ()
 Constructor of class l_rvector.
 l_rvector (const int &i1, const int &i2) throw ()
 Constructor of class l_rvector.
 l_rvector (const l_rmatrix_subv &) throw ()
 Constructor of class l_rvector.
 l_rvector (const l_real &) throw ()
 Constructor of class l_rvector.
 l_rvector (const l_rmatrix &) throw ()
 Constructor of class l_rvector.
 l_rvector (const l_rmatrix_slice &sl) throw ()
 Constructor of class l_rvector.
 l_rvector (const l_rvector_slice &rs) throw ()
 Constructor of class l_rvector.
 l_rvector (const l_rvector &v) throw ()
 Constructor of class l_rvector.
 l_rvector (const real &) throw ()
 Constructor of class l_rvector.
 l_rvector (const rvector_slice &rs) throw ()
 Constructor of class l_rvector.
 l_rvector (const rvector &v) throw ()
 Constructor of class l_rvector.
 l_rvector (const rmatrix &) throw ()
 Constructor of class l_rvector.
 l_rvector (const rmatrix_slice &sl) throw ()
 Constructor of class l_rvector.
 l_rvector (const rmatrix_subv &) throw ()
 Constructor of class l_rvector.
l_rvectoroperator() () throw ()
 Operator for accessing the whole vector.
l_rvector_slice operator() (const int &i) throw ()
 Operator for accessing a part of the vector.
l_rvector_slice operator() (const int &i1, const int &i2) throw ()
 Operator for accessing a part of the vector.
l_rvectoroperator= (const l_rvector &rv) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const l_rvector_slice &sl) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const l_real &r) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const l_rmatrix &m) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const l_rmatrix_slice &) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const l_rmatrix_subv &) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const rvector &rv) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const rvector_slice &sl) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const real &r) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const rmatrix &m) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const rmatrix_slice &) throw ()
 Implementation of standard assigning operator.
l_rvectoroperator= (const rmatrix_subv &) throw ()
 Implementation of standard assigning operator.
l_realoperator[] (const int &i) const throw ()
 Operator for accessing the single elements of the vector.

Friends

int Lb (const l_rvector &rv) throw ()
 Returns the lower bound of the vector.
l_rvectorSetLb (l_rvector &rv, const int &l) throw ()
 Sets the lower bound of the vector.
l_rvectorSetUb (l_rvector &rv, const int &u) throw ()
 Sets the upper bound of the vector.
int Ub (const l_rvector &rv) throw ()
 Returns the upper bound of the vector.
int VecLen (const l_rvector &rv) throw ()
 Returns the dimension of the vector.

Detailed Description

The Multiple-Precision Data Type l_rvector.

The vectors of C-XSC are one dimensional arrays of the corresponding scalar base type.

See also:
l_rvector

Definition at line 53 of file l_rvector.hpp.


Member Function Documentation

INLINE l_rvector & cxsc::l_rvector::operator= ( const l_rvector rv) throw () [inline]

Implementation of standard assigning operator.

Deprecated:
use standard contructors for typecasting
See also:
cxsc::l_rvector::l_rvector(const rmatrix_subv &)

Definition at line 235 of file l_rvector.inl.


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