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

The Data Type cimatrix_subv. More...

#include <cimatrix.hpp>

Collaboration diagram for cxsc::cimatrix_subv:
Collaboration graph

Public Member Functions

 cimatrix_subv (cinterval *d, const int &l, const int &u, const int &s, const int &st, const int &o) noexcept
 Constructor of class cimatrix_subv.
 
 cimatrix_subv (const cimatrix_subv &v) noexcept
 Constructor of class cimatrix_subv.
 
cimatrix_subvoperator&= (const civector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_subvoperator&= (const civector_slice &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_subvoperator&= (const cvector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_subvoperator&= (const cvector_slice &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_subvoperator&= (const ivector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_subvoperator&= (const ivector_slice &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_subvoperator&= (const rvector &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_subvoperator&= (const rvector_slice &rv) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_subvoperator&= (const scimatrix_subv &rv)
 Implementation of intersection and allocation operation.
 
cimatrix_subvoperator&= (const scivector &rv)
 Implementation of intersection and allocation operation.
 
cimatrix_subvoperator&= (const scivector_slice &rv)
 Implementation of intersection and allocation operation.
 
cimatrix_subvoperator&= (const scmatrix_subv &rv)
 Implementation of intersection and allocation operation.
 
cimatrix_subvoperator&= (const simatrix_subv &rv)
 Implementation of intersection and allocation operation.
 
cimatrix_subvoperator&= (const sivector &rv)
 Implementation of intersection and allocation operation.
 
cimatrix_subvoperator&= (const sivector_slice &rv)
 Implementation of intersection and allocation operation.
 
cimatrix_subvoperator() () noexcept
 Operator for accessing the whole vector.
 
cimatrix_subv operator() (const int &i) noexcept
 Operator for accessing a part of the vector.
 
cimatrix_subv operator() (const int &i1, const int &i2) noexcept
 Operator for accessing a part of the vector.
 
cimatrix_subvoperator*= (const cinterval &c) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_subvoperator*= (const complex &c) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_subvoperator*= (const interval &c) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_subvoperator*= (const real &c) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_subvoperator+= (const cinterval &c) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const civector &rv) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const civector_slice &rv) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const complex &c) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const cvector &rv) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const cvector_slice &rv) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const interval &c) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const ivector &rv) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const ivector_slice &rv) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const real &c) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const rvector &rv) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const rvector_slice &rv) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const scimatrix_subv &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const scivector &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const scivector_slice &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const scmatrix_subv &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const scvector &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const scvector_slice &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const simatrix_subv &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const sivector &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const sivector_slice &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const srmatrix_subv &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const srvector &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator+= (const srvector_slice &rv)
 Implementation of addition and allocation operation.
 
cimatrix_subvoperator-= (const cinterval &c) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const civector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const civector_slice &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const complex &c) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const cvector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const cvector_slice &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const interval &c) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const ivector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const ivector_slice &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const real &c) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const rvector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const rvector_slice &rv) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const scimatrix_subv &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const scivector &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const scivector_slice &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const scmatrix_subv &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const scvector &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const scvector_slice &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const simatrix_subv &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const sivector &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const sivector_slice &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const srmatrix_subv &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const srvector &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator-= (const srvector_slice &rv)
 Implementation of subtraction and allocation operation.
 
cimatrix_subvoperator/= (const cinterval &c) noexcept
 Implementation of division and allocation operation.
 
cimatrix_subvoperator/= (const complex &c) noexcept
 Implementation of division and allocation operation.
 
cimatrix_subvoperator/= (const interval &c) noexcept
 Implementation of division and allocation operation.
 
cimatrix_subvoperator/= (const real &c) noexcept
 Implementation of division and allocation operation.
 
cimatrix_subvoperator= (const cimatrix &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const cimatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const cimatrix_subv &rv) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const cinterval &r) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const civector &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const civector_slice &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const cmatrix &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const cmatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const cmatrix_subv &rv) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const complex &r) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const cvector &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const cvector_slice &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const imatrix &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const imatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const imatrix_subv &rv) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const interval &r) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const ivector &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const ivector_slice &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const rmatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const rmatrix_subv &rv) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const rvector &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const rvector_slice &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const scimatrix_subv &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const scivector &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const scivector_slice &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const scmatrix_subv &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const scvector &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const scvector_slice &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const simatrix_subv &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const sivector &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const sivector_slice &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const srmatrix_subv &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const srvector &rv)
 Implementation of standard assigning operator.
 
cimatrix_subvoperator= (const srvector_slice &rv)
 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.
 
cimatrix_subvoperator|= (const civector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_subvoperator|= (const civector_slice &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_subvoperator|= (const cvector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_subvoperator|= (const cvector_slice &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_subvoperator|= (const ivector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_subvoperator|= (const ivector_slice &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_subvoperator|= (const rvector &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_subvoperator|= (const rvector_slice &rv) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_subvoperator|= (const scimatrix_subv &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const scivector &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const scivector_slice &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const scmatrix_subv &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const scvector &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const scvector_slice &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const simatrix_subv &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const sivector &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const sivector_slice &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const srmatrix_subv &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const srvector &rv)
 Implementation of hull and allocation operation.
 
cimatrix_subvoperator|= (const srvector_slice &rv)
 Implementation of hull and allocation operation.
 

Friends

cimatrix_subv Col (cimatrix &m, const int &i)
 Returns one column of the matrix as a vector.
 
cimatrix_subv Col (const cimatrix &m, const int &i)
 Returns one column of the matrix as a vector.
 
int Lb (const cimatrix_subv &rv) noexcept
 Returns the lower bound of the vector.
 
cimatrix_subv Row (cimatrix &m, const int &i)
 Returns one row of the matrix as a vector.
 
cimatrix_subv Row (const cimatrix &m, const int &i)
 Returns one row of the matrix as a vector.
 
int Ub (const cimatrix_subv &rv) noexcept
 Returns the upper bound of the vector.
 
int VecLen (const cimatrix_subv &rv) noexcept
 Returns the size of the vector.
 

Detailed Description

The Data Type cimatrix_subv.

This Data Type provides one column or row of a matrix as a vector.

Definition at line 67 of file cimatrix.hpp.


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