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

The Data Type civector_slice. More...

#include <civector.hpp>

Collaboration diagram for cxsc::civector_slice:
Collaboration graph

Public Member Functions

 civector_slice (civector &a, const int &lb, const int &ub) noexcept
 Constructor of class civector_slice.
 
 civector_slice (civector_slice &a, const int &lb, const int &ub) noexcept
 Constructor of class civector_slice.
 
 civector_slice (const civector_slice &a) noexcept
 Constructor of class civector_slice.
 
civector_sliceoperator&= (const civector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
civector_sliceoperator&= (const civector_slice &sl2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
civector_sliceoperator&= (const cvector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
civector_sliceoperator&= (const cvector_slice &sl2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
civector_sliceoperator&= (const ivector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
civector_sliceoperator&= (const ivector_slice &sl2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
civector_sliceoperator&= (const rvector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
civector_sliceoperator&= (const rvector_slice &sl2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
civector_sliceoperator() () noexcept
 Operator for accessing the whole vector.
 
civector_slice operator() (const int &i) noexcept
 Operator for accessing a part of the vector.
 
civector_slice operator() (const int &i1, const int &i2) noexcept
 Operator for accessing a part of the vector.
 
civector_sliceoperator*= (const cimatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const cimatrix_slice &m) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const cinterval &r) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const cmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const cmatrix_slice &m) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const complex &r) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const imatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const imatrix_slice &m) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const interval &r) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const real &r) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const rmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator*= (const rmatrix_slice &m) noexcept
 Implementation of multiplication and allocation operation.
 
civector_sliceoperator+= (const civector &rv) noexcept
 Implementation of addition and allocation operation.
 
civector_sliceoperator+= (const civector_slice &sl2) noexcept
 Implementation of addition and allocation operation.
 
civector_sliceoperator+= (const cvector &rv) noexcept
 Implementation of addition and allocation operation.
 
civector_sliceoperator+= (const cvector_slice &sl2) noexcept
 Implementation of addition and allocation operation.
 
civector_sliceoperator+= (const ivector &rv) noexcept
 Implementation of addition and allocation operation.
 
civector_sliceoperator+= (const ivector_slice &sl2) noexcept
 Implementation of addition and allocation operation.
 
civector_sliceoperator+= (const rvector &rv) noexcept
 Implementation of addition and allocation operation.
 
civector_sliceoperator+= (const rvector_slice &sl2) noexcept
 Implementation of addition and allocation operation.
 
civector_sliceoperator-= (const civector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
civector_sliceoperator-= (const civector_slice &sl2) noexcept
 Implementation of subtraction and allocation operation.
 
civector_sliceoperator-= (const cvector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
civector_sliceoperator-= (const cvector_slice &sl2) noexcept
 Implementation of subtraction and allocation operation.
 
civector_sliceoperator-= (const ivector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
civector_sliceoperator-= (const ivector_slice &sl2) noexcept
 Implementation of subtraction and allocation operation.
 
civector_sliceoperator-= (const rvector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
civector_sliceoperator-= (const rvector_slice &sl2) noexcept
 Implementation of subtraction and allocation operation.
 
civector_sliceoperator/= (const cinterval &r) noexcept
 Implementation of division and allocation operation.
 
civector_sliceoperator/= (const complex &r) noexcept
 Implementation of division and allocation operation.
 
civector_sliceoperator/= (const interval &r) noexcept
 Implementation of division and allocation operation.
 
civector_sliceoperator/= (const real &r) noexcept
 Implementation of division and allocation operation.
 
civector_sliceoperator= (const cimatrix &m) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const cimatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const cimatrix_subv &) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const cinterval &r) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const civector &rv) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const civector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const cmatrix &m) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const cmatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const cmatrix_subv &mv) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const complex &r) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const cvector &rv) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const cvector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const imatrix &m) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const imatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const imatrix_subv &mv) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const interval &r) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const ivector &rv) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const ivector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const rmatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const rmatrix_subv &mv) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const rvector &rv) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const rvector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const scivector &sl)
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const scivector_slice &sl)
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const scvector &sl)
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const scvector_slice &sl)
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const sivector &sl)
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const sivector_slice &sl)
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const srvector &sl)
 Implementation of standard assigning operator.
 
civector_sliceoperator= (const srvector_slice &sl)
 Implementation of standard assigning operator.
 
cintervaloperator[] (const int &i) const noexcept
 Operator for accessing the single elements of the vector (read-only)
 
cintervaloperator[] (const int &i) noexcept
 Operator for accessing the single elements of the vector.
 
civector_sliceoperator|= (const civector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
civector_sliceoperator|= (const civector_slice &sl2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
civector_sliceoperator|= (const cvector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
civector_sliceoperator|= (const cvector_slice &sl2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
civector_sliceoperator|= (const ivector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
civector_sliceoperator|= (const ivector_slice &sl2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
civector_sliceoperator|= (const rvector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
civector_sliceoperator|= (const rvector_slice &sl2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 

Friends

cvector Inf (const civector_slice &v)
 Returns the infimum of the vector.
 
rvector InfIm (const civector_slice &v)
 Returns the infimum of imaginary part of the vector.
 
rvector InfRe (const civector_slice &v)
 Returns the infimum of real part of the vector.
 
int Lb (const civector_slice &sl) noexcept
 Returns the lower bound of the vector.
 
cvector Sup (const civector_slice &v)
 Returns the supremum of the vector.
 
rvector SupIm (const civector_slice &v)
 Returns the supremum of imaginary part of the vector.
 
rvector SupRe (const civector_slice &v)
 Returns the supremum of real part of the vector.
 
int Ub (const civector_slice &sl) noexcept
 Returns the upper bound of the vector.
 
int VecLen (const civector_slice &sl) noexcept
 Returns the size of the vector.
 

Detailed Description

The Data Type civector_slice.

This data type represents a partial civector.

See also
civector

Definition at line 1014 of file civector.hpp.


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