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>

Collaboration diagram for cxsc::l_rvector:
Collaboration graph

Public Member Functions

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

Friends

int Lb (const l_rvector &rv) noexcept
 Returns the lower bound of the vector.
 
l_rvectorSetLb (l_rvector &rv, const int &l) noexcept
 Sets the lower bound of the vector.
 
l_rvectorSetUb (l_rvector &rv, const int &u) noexcept
 Sets the upper bound of the vector.
 
int Ub (const l_rvector &rv) noexcept
 Returns the upper bound of the vector.
 
int VecLen (const l_rvector &rv) noexcept
 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

◆ operator=()

INLINE l_rvector & cxsc::l_rvector::operator= ( const l_rvector & rv)
inlinenoexcept

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: