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