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

The Data Type cimatrix_slice. More...

#include <cimatrix.hpp>

Collaboration diagram for cxsc::cimatrix_slice:
Collaboration graph

Public Member Functions

 cimatrix_slice (cimatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) noexcept
 Constructor of class cimatrix_slice.
 
 cimatrix_slice (cimatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) noexcept
 Constructor of class cimatrix_slice.
 
 cimatrix_slice (const cimatrix_slice &ms) noexcept
 Constructor of class cimatrix_slice.
 
cimatrix_sliceoperator&= (const cimatrix &m1) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_sliceoperator&= (const cimatrix_slice &ms2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_sliceoperator&= (const cmatrix &m1) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_sliceoperator&= (const cmatrix_slice &ms2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_sliceoperator&= (const imatrix &m1) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_sliceoperator&= (const imatrix_slice &ms2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_sliceoperator&= (const rmatrix &m1) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_sliceoperator&= (const rmatrix_slice &ms2) noexcept
 Allocates the intersection of the arguments to the first argument.
 
cimatrix_sliceoperator&= (const scimatrix &m1)
 Implementation of intersection and allocation operation.
 
cimatrix_sliceoperator&= (const scimatrix_slice &m1)
 Implementation of intersection and allocation operation.
 
cimatrix_sliceoperator&= (const scmatrix &m1)
 Implementation of intersection and allocation operation.
 
cimatrix_sliceoperator&= (const scmatrix_slice &m1)
 Implementation of intersection and allocation operation.
 
cimatrix_sliceoperator&= (const simatrix &m1)
 Implementation of intersection and allocation operation.
 
cimatrix_sliceoperator&= (const simatrix_slice &m1)
 Implementation of intersection and allocation operation.
 
cimatrix_sliceoperator&= (const srmatrix &m1)
 Implementation of intersection and allocation operation.
 
cimatrix_sliceoperator&= (const srmatrix_slice &m1)
 Implementation of intersection and allocation operation.
 
cimatrix_sliceoperator() () noexcept
 Operator for accessing the whole matrix.
 
cimatrix_slice operator() (const int &m, const int &n) noexcept
 Operator for accessing a part of the matrix.
 
cimatrix_slice operator() (const int &m1, const int &m2, const int &n1, const int &n2) noexcept
 Operator for accessing a part of the matrix.
 
cimatrix_sliceoperator*= (const cimatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const cimatrix_slice &ms2) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const cinterval &c) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const cmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const cmatrix_slice &ms2) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const complex &c) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const imatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const imatrix_slice &ms2) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const interval &c) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const real &c) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const rmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const rmatrix_slice &ms2) noexcept
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const scimatrix &m1)
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const scimatrix_slice &m1)
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const scmatrix &m1)
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const scmatrix_slice &m1)
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const simatrix &m1)
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const simatrix_slice &m1)
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const srmatrix &m1)
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator*= (const srmatrix_slice &m1)
 Implementation of multiplication and allocation operation.
 
cimatrix_sliceoperator+= (const cimatrix &m1) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const cimatrix_slice &ms2) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const cinterval &c) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const cmatrix &m1) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const cmatrix_slice &ms2) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const complex &c) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const imatrix &m1) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const imatrix_slice &ms2) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const interval &c) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const real &c) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const rmatrix &m1) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const rmatrix_slice &ms2) noexcept
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const scimatrix &m1)
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const scimatrix_slice &m1)
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const scmatrix &m1)
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const scmatrix_slice &m1)
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const simatrix &m1)
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const simatrix_slice &m1)
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const srmatrix &m1)
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator+= (const srmatrix_slice &m1)
 Implementation of addition and allocation operation.
 
cimatrix_sliceoperator-= (const cimatrix &m1) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const cimatrix_slice &ms2) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const cinterval &c) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const cmatrix &m1) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const cmatrix_slice &ms2) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const complex &c) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const imatrix &m1) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const imatrix_slice &ms2) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const interval &c) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const real &c) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const rmatrix &m1) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const rmatrix_slice &ms2) noexcept
 Implementation of subtraction and allocation operation.
 
cimatrix_sliceoperator-= (const scimatrix &m1)
 Implementation of substraction and allocation operation.
 
cimatrix_sliceoperator-= (const scimatrix_slice &m1)
 Implementation of substraction and allocation operation.
 
cimatrix_sliceoperator-= (const scmatrix &m1)
 Implementation of substraction and allocation operation.
 
cimatrix_sliceoperator-= (const scmatrix_slice &m1)
 Implementation of substraction and allocation operation.
 
cimatrix_sliceoperator-= (const simatrix &m1)
 Implementation of substraction and allocation operation.
 
cimatrix_sliceoperator-= (const simatrix_slice &m1)
 Implementation of substraction and allocation operation.
 
cimatrix_sliceoperator-= (const srmatrix &m1)
 Implementation of substraction and allocation operation.
 
cimatrix_sliceoperator-= (const srmatrix_slice &m1)
 Implementation of substraction and allocation operation.
 
cimatrix_sliceoperator/= (const cinterval &c) noexcept
 Implementation of division and allocation operation.
 
cimatrix_sliceoperator/= (const complex &c) noexcept
 Implementation of division and allocation operation.
 
cimatrix_sliceoperator/= (const interval &c) noexcept
 Implementation of division and allocation operation.
 
cimatrix_sliceoperator/= (const real &c) noexcept
 Implementation of division and allocation operation.
 
cimatrix_sliceoperator= (const cimatrix &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const cimatrix_slice &ms) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const cimatrix_subv &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const cinterval &r) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const civector &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const civector_slice &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const cmatrix &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const cmatrix_slice &ms) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const cmatrix_subv &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const complex &r) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const cvector &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const cvector_slice &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const imatrix &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const imatrix_slice &ms) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const imatrix_subv &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const interval &r) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const ivector &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const ivector_slice &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const rmatrix_slice &ms) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const rmatrix_subv &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const rvector &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const rvector_slice &v) noexcept
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const scimatrix &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const scimatrix_slice &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const scimatrix_subv &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const scmatrix &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const scmatrix_slice &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const scmatrix_subv &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const simatrix &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const simatrix_slice &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const simatrix_subv &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const srmatrix &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const srmatrix_slice &v)
 Implementation of standard assigning operator.
 
cimatrix_sliceoperator= (const srmatrix_subv &v)
 Implementation of standard assigning operator.
 
cimatrix_subv operator[] (const cxscmatrix_column &i) const noexcept
 Operator for accessing a single column of the matrix.
 
cimatrix_subv operator[] (const cxscmatrix_column &i) noexcept
 Operator for accessing a single column of the matrix.
 
cimatrix_subv operator[] (const int &i) const noexcept
 Operator for accessing a single row of the matrix.
 
cimatrix_subv operator[] (const int &i) noexcept
 Operator for accessing a single row of the matrix.
 
cimatrix_sliceoperator|= (const cimatrix &m1) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_sliceoperator|= (const cimatrix_slice &ms2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_sliceoperator|= (const cmatrix &m1) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_sliceoperator|= (const cmatrix_slice &ms2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_sliceoperator|= (const imatrix &m1) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_sliceoperator|= (const imatrix_slice &ms2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_sliceoperator|= (const rmatrix &m1) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_sliceoperator|= (const rmatrix_slice &ms2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
cimatrix_sliceoperator|= (const scimatrix &m1)
 Implementation of hull and allocation operation.
 
cimatrix_sliceoperator|= (const scimatrix_slice &m1)
 Implementation of hull and allocation operation.
 
cimatrix_sliceoperator|= (const scmatrix &m1)
 Implementation of hull and allocation operation.
 
cimatrix_sliceoperator|= (const scmatrix_slice &m1)
 Implementation of hull and allocation operation.
 
cimatrix_sliceoperator|= (const simatrix &m1)
 Implementation of hull and allocation operation.
 
cimatrix_sliceoperator|= (const simatrix_slice &m1)
 Implementation of hull and allocation operation.
 
cimatrix_sliceoperator|= (const srmatrix &m1)
 Implementation of hull and allocation operation.
 
cimatrix_sliceoperator|= (const srmatrix_slice &m1)
 Implementation of hull and allocation operation.
 

Friends

rmatrix InfIm (const cimatrix_slice &v)
 Returns the infimum of imaginary part of the matrix.
 
rmatrix InfRe (const cimatrix_slice &v)
 Returns the infimum of real part of the matrix.
 
rmatrix SupIm (const cimatrix_slice &v)
 Returns the supremum of imaginary part of the matrix.
 
rmatrix SupRe (const cimatrix_slice &v)
 Returns the supremum of real part of the matrix.
 

Detailed Description

The Data Type cimatrix_slice.

This data type represents a partial cimatrix.

See also
cimatrix

Definition at line 1650 of file cimatrix.hpp.


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