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

The Data Type cvector_slice. More...

#include <cvector.hpp>

Collaboration diagram for cxsc::cvector_slice:
Collaboration graph

Public Member Functions

 cvector_slice (const cvector_slice &a) noexcept
 Constructor of class cvector_slice.
 
 cvector_slice (cvector &a, const int &lb, const int &ub) noexcept
 Constructor of class cvector_slice.
 
 cvector_slice (cvector_slice &a, const int &lb, const int &ub) noexcept
 Constructor of class cvector_slice.
 
cvector_sliceoperator&= (const cvector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cvector_sliceoperator&= (const cvector_slice &sl2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cvector_sliceoperator&= (const rvector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cvector_sliceoperator&= (const rvector_slice &sl2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cvector_sliceoperator() () noexcept
 Operator for accessing the whole vector.
 
cvector_slice operator() (const int &i) noexcept
 Operator for accessing a part of the vector.
 
cvector_slice operator() (const int &i1, const int &i2) noexcept
 Operator for accessing a part of the vector.
 
cvector_sliceoperator*= (const cmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
cvector_sliceoperator*= (const complex &r) noexcept
 Implementation of multiplication and allocation operation.
 
cvector_sliceoperator*= (const real &r) noexcept
 Implementation of multiplication and allocation operation.
 
cvector_sliceoperator*= (const rmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
cvector_sliceoperator+= (const cvector &rv) noexcept
 Implementation of addition and allocation operation.
 
cvector_sliceoperator+= (const cvector_slice &sl2) noexcept
 Implementation of addition and allocation operation.
 
cvector_sliceoperator+= (const rvector &rv) noexcept
 Implementation of addition and allocation operation.
 
cvector_sliceoperator+= (const rvector_slice &sl2) noexcept
 Implementation of addition and allocation operation.
 
cvector_sliceoperator-= (const cvector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cvector_sliceoperator-= (const cvector_slice &sl2) noexcept
 Implementation of subtraction and allocation operation.
 
cvector_sliceoperator-= (const rvector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cvector_sliceoperator-= (const rvector_slice &sl2) noexcept
 Implementation of subtraction and allocation operation.
 
cvector_sliceoperator/= (const complex &r) noexcept
 Implementation of division and allocation operation.
 
cvector_sliceoperator/= (const real &r) noexcept
 Implementation of division and allocation operation.
 
cvector_sliceoperator= (const cmatrix &m) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const cmatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const cmatrix_subv &) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const complex &r) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const cvector &rv) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const cvector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const rmatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const rmatrix_subv &mv) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const rvector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const scvector &sl)
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const scvector_slice &sl)
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const srvector &rv)
 Implementation of standard assigning operator.
 
cvector_sliceoperator= (const srvector_slice &rv)
 Implementation of standard assigning operator.
 
complexoperator[] (const int &i) const noexcept
 Operator for accessing the single elements of the vector (read-only)
 
complexoperator[] (const int &i) noexcept
 Operator for accessing the single elements of the vector.
 
cvector_sliceoperator|= (const cvector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cvector_sliceoperator|= (const cvector_slice &sl2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cvector_sliceoperator|= (const rvector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cvector_sliceoperator|= (const rvector_slice &sl2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 

Friends

int Lb (const cvector_slice &sl) noexcept
 Returns the lower bound of the vector.
 
int Ub (const cvector_slice &sl) noexcept
 Returns the upper bound of the vector.
 
int VecLen (const cvector_slice &sl) noexcept
 Returns the dimension of the vector.
 

Detailed Description

The Data Type cvector_slice.

This data type represents a partial cvector.

See also
cvector

Definition at line 844 of file cvector.hpp.


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