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

The Data Type ivector_slice. More...

#include <ivector.hpp>

Collaboration diagram for cxsc::ivector_slice:
Collaboration graph

Public Member Functions

 ivector_slice (const ivector_slice &a) noexcept
 Constructor of class ivector_slice.
 
 ivector_slice (ivector &a, const int &lb, const int &ub) noexcept
 Constructor of class ivector_slice.
 
 ivector_slice (ivector_slice &a, const int &lb, const int &ub) noexcept
 Constructor of class ivector_slice.
 
ivector_sliceoperator&= (const ivector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
ivector_sliceoperator&= (const ivector_slice &sl2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
ivector_sliceoperator&= (const rvector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
ivector_sliceoperator&= (const rvector_slice &sl2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
ivector_sliceoperator&= (const sivector &)
 Implementation of assignment and intersection operator

 
ivector_sliceoperator&= (const sivector_slice &)
 Implementation of assignment and intersection operator

 
ivector_sliceoperator() () noexcept
 Operator for accessing the whole vector.
 
ivector_slice operator() (const int &i) noexcept
 Operator for accessing a part of the vector.
 
ivector_slice operator() (const int &i1, const int &i2) noexcept
 Operator for accessing a part of the vector.
 
ivector_sliceoperator*= (const imatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
ivector_sliceoperator*= (const interval &r) noexcept
 Implementation of multiplication and allocation operation.
 
ivector_sliceoperator*= (const real &r) noexcept
 Implementation of multiplication and allocation operation.
 
ivector_sliceoperator*= (const rmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
ivector_sliceoperator+= (const ivector &rv) noexcept
 Implementation of addition and allocation operation.
 
ivector_sliceoperator+= (const ivector_slice &sl2) noexcept
 Implementation of addition and allocation operation.
 
ivector_sliceoperator+= (const rvector &rv) noexcept
 Implementation of addition and allocation operation.
 
ivector_sliceoperator+= (const rvector_slice &sl2) noexcept
 Implementation of addition and allocation operation.
 
ivector_sliceoperator+= (const sivector &)
 Implementation of assignment and addition operator

 
ivector_sliceoperator+= (const sivector_slice &)
 Implementation of assignment and addition operator

 
ivector_sliceoperator+= (const srvector &)
 Implementation of assignment and addition operator

 
ivector_sliceoperator+= (const srvector_slice &)
 Implementation of assignment and addition operator

 
ivector_sliceoperator-= (const ivector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
ivector_sliceoperator-= (const ivector_slice &sl2) noexcept
 Implementation of subtraction and allocation operation.
 
ivector_sliceoperator-= (const rvector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
ivector_sliceoperator-= (const rvector_slice &sl2) noexcept
 Implementation of subtraction and allocation operation.
 
ivector_sliceoperator-= (const sivector &)
 Implementation of assignment and substraction operator

 
ivector_sliceoperator-= (const sivector_slice &)
 Implementation of assignment and substraction operator

 
ivector_sliceoperator-= (const srvector &)
 Implementation of assignment and substraction operator

 
ivector_sliceoperator-= (const srvector_slice &)
 Implementation of assignment and substraction operator

 
ivector_sliceoperator/= (const interval &r) noexcept
 Implementation of division and allocation operation.
 
ivector_sliceoperator/= (const real &r) noexcept
 Implementation of division and allocation operation.
 
ivector_sliceoperator= (const imatrix &m) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const imatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const imatrix_subv &) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const interval &r) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const ivector &rv) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const ivector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const rmatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const rmatrix_subv &mv) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const rvector &rv) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const rvector_slice &sl) noexcept
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const sivector &sl)
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const sivector_slice &sl)
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const srvector &sl)
 Implementation of standard assigning operator.
 
ivector_sliceoperator= (const srvector_slice &sl)
 Implementation of standard assigning operator.
 
intervaloperator[] (const int &i) const noexcept
 Operator for accessing the single elements of the vector (read-only)
 
intervaloperator[] (const int &i) noexcept
 Operator for accessing the single elements of the vector.
 
ivector_sliceoperator|= (const ivector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
ivector_sliceoperator|= (const ivector_slice &sl2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
ivector_sliceoperator|= (const rvector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
ivector_sliceoperator|= (const rvector_slice &sl2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
ivector_sliceoperator|= (const sivector &)
 Implementation of assignment and hull operator

 
ivector_sliceoperator|= (const sivector_slice &)
 Implementation of assignment and hull operator

 
ivector_sliceoperator|= (const srvector &)
 Implementation of assignment and hull operator

 
ivector_sliceoperator|= (const srvector_slice &)
 Implementation of assignment and hull operator

 

Friends

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

Detailed Description

The Data Type ivector_slice.

This data type represents a partial ivector.

See also
ivector

Definition at line 962 of file ivector.hpp.


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