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

Friends

cvector Inf (const civector_slice &v) throw ()
 Returns the infimum of the vector.
 
rvector InfIm (const civector_slice &v) throw ()
 Returns the infimum of imaginary part of the vector.
 
rvector InfRe (const civector_slice &v) throw ()
 Returns the infimum of real part of the vector.
 
int Lb (const civector_slice &sl) throw ()
 Returns the lower bound of the vector.
 
cvector Sup (const civector_slice &v) throw ()
 Returns the supremum of the vector.
 
rvector SupIm (const civector_slice &v) throw ()
 Returns the supremum of imaginary part of the vector.
 
rvector SupRe (const civector_slice &v) throw ()
 Returns the supremum of real part of the vector.
 
int Ub (const civector_slice &sl) throw ()
 Returns the upper bound of the vector.
 
int VecLen (const civector_slice &sl) throw ()
 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: