C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Multiple-Precision Data Type l_rvector. More...
#include <l_rvector.hpp>
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_rvector & | operator() () 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_rvector & | operator= (const l_rvector &rv) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const l_rvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const l_real &r) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const l_rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const l_rmatrix_slice &) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const l_rmatrix_subv &) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const rvector &rv) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const rvector_slice &sl) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const rmatrix_slice &) throw () |
Implementation of standard assigning operator. | |
l_rvector & | operator= (const rmatrix_subv &) throw () |
Implementation of standard assigning operator. | |
l_real & | operator[] (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_rvector & | SetLb (l_rvector &rv, const int &l) throw () |
Sets the lower bound of the vector. | |
l_rvector & | SetUb (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. |
The Multiple-Precision Data Type l_rvector.
The vectors of C-XSC are one dimensional arrays of the corresponding scalar base type.
Definition at line 53 of file l_rvector.hpp.
Implementation of standard assigning operator.
Definition at line 235 of file l_rvector.inl.