C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Data Type cimatrix_slice. More...
#include <cimatrix.hpp>
Public Member Functions | |
cimatrix_slice (cimatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) throw () | |
Constructor of class cimatrix_slice. | |
cimatrix_slice (cimatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) throw () | |
Constructor of class cimatrix_slice. | |
cimatrix_slice (const cimatrix_slice &ms) throw () | |
Constructor of class cimatrix_slice. | |
cimatrix_slice & | operator&= (const scimatrix &m1) |
Implementation of intersection and allocation operation. | |
cimatrix_slice & | operator&= (const scimatrix_slice &m1) |
Implementation of intersection and allocation operation. | |
cimatrix_slice & | operator&= (const cimatrix &m1) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_slice & | operator&= (const cimatrix_slice &ms2) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_slice & | operator&= (const srmatrix &m1) |
Implementation of intersection and allocation operation. | |
cimatrix_slice & | operator&= (const srmatrix_slice &m1) |
Implementation of intersection and allocation operation. | |
cimatrix_slice & | operator&= (const rmatrix &m1) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_slice & | operator&= (const rmatrix_slice &ms2) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_slice & | operator&= (const scmatrix &m1) |
Implementation of intersection and allocation operation. | |
cimatrix_slice & | operator&= (const scmatrix_slice &m1) |
Implementation of intersection and allocation operation. | |
cimatrix_slice & | operator&= (const cmatrix &m1) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_slice & | operator&= (const cmatrix_slice &ms2) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_slice & | operator&= (const simatrix &m1) |
Implementation of intersection and allocation operation. | |
cimatrix_slice & | operator&= (const simatrix_slice &m1) |
Implementation of intersection and allocation operation. | |
cimatrix_slice & | operator&= (const imatrix &m1) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_slice & | operator&= (const imatrix_slice &ms2) throw () |
Allocates the intersection of the arguments to the first argument. | |
cimatrix_slice & | operator() () throw () |
Operator for accessing the whole matrix. | |
cimatrix_slice | operator() (const int &m, const int &n) throw () |
Operator for accessing a part of the matrix. | |
cimatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw () |
Operator for accessing a part of the matrix. | |
cimatrix_slice & | operator*= (const cinterval &c) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const scimatrix &m1) |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const scimatrix_slice &m1) |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const cimatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const cimatrix_slice &ms2) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const real &c) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const srmatrix &m1) |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const srmatrix_slice &m1) |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const rmatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const rmatrix_slice &ms2) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const complex &c) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const scmatrix &m1) |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const scmatrix_slice &m1) |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const cmatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const cmatrix_slice &ms2) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const interval &c) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const simatrix &m1) |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const simatrix_slice &m1) |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const imatrix &m) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator*= (const imatrix_slice &ms2) throw () |
Implementation of multiplication and allocation operation. | |
cimatrix_slice & | operator+= (const cinterval &c) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const scimatrix &m1) |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const scimatrix_slice &m1) |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const cimatrix &m1) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const cimatrix_slice &ms2) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const real &c) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const srmatrix &m1) |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const srmatrix_slice &m1) |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const rmatrix_slice &ms2) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const rmatrix &m1) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const complex &c) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const scmatrix &m1) |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const scmatrix_slice &m1) |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const cmatrix_slice &ms2) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const cmatrix &m1) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const interval &c) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const simatrix &m1) |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const simatrix_slice &m1) |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const imatrix_slice &ms2) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator+= (const imatrix &m1) throw () |
Implementation of addition and allocation operation. | |
cimatrix_slice & | operator-= (const cinterval &c) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const scimatrix &m1) |
Implementation of substraction and allocation operation. | |
cimatrix_slice & | operator-= (const scimatrix_slice &m1) |
Implementation of substraction and allocation operation. | |
cimatrix_slice & | operator-= (const cimatrix &m1) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const cimatrix_slice &ms2) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const real &c) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const srmatrix &m1) |
Implementation of substraction and allocation operation. | |
cimatrix_slice & | operator-= (const srmatrix_slice &m1) |
Implementation of substraction and allocation operation. | |
cimatrix_slice & | operator-= (const rmatrix &m1) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const rmatrix_slice &ms2) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const complex &c) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const scmatrix &m1) |
Implementation of substraction and allocation operation. | |
cimatrix_slice & | operator-= (const scmatrix_slice &m1) |
Implementation of substraction and allocation operation. | |
cimatrix_slice & | operator-= (const cmatrix &m1) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const cmatrix_slice &ms2) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const interval &c) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const simatrix &m1) |
Implementation of substraction and allocation operation. | |
cimatrix_slice & | operator-= (const simatrix_slice &m1) |
Implementation of substraction and allocation operation. | |
cimatrix_slice & | operator-= (const imatrix &m1) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator-= (const imatrix_slice &ms2) throw () |
Implementation of subtraction and allocation operation. | |
cimatrix_slice & | operator/= (const cinterval &c) throw () |
Implementation of division and allocation operation. | |
cimatrix_slice & | operator/= (const real &c) throw () |
Implementation of division and allocation operation. | |
cimatrix_slice & | operator/= (const complex &c) throw () |
Implementation of division and allocation operation. | |
cimatrix_slice & | operator/= (const interval &c) throw () |
Implementation of division and allocation operation. | |
cimatrix_slice & | operator= (const cimatrix &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const cimatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const cinterval &r) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const scimatrix &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const scimatrix_subv &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const scimatrix_slice &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const civector &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const civector_slice &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const cimatrix_subv &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const srmatrix &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const srmatrix_subv &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const srmatrix_slice &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const rmatrix &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const rmatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const real &r) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const rvector &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const rvector_slice &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const rmatrix_subv &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const simatrix_subv &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const simatrix &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const simatrix_slice &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const imatrix &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const imatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const interval &r) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const ivector &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const ivector_slice &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const imatrix_subv &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const scmatrix &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const scmatrix_subv &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const scmatrix_slice &v) |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const cmatrix &m) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const cmatrix_slice &ms) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const complex &r) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const cvector &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const cvector_slice &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_slice & | operator= (const cmatrix_subv &v) throw () |
Implementation of standard assigning operator. | |
cimatrix_subv | operator[] (const int &i) throw () |
Operator for accessing a single row of the matrix. | |
cimatrix_subv | operator[] (const cxscmatrix_column &i) throw () |
Operator for accessing a single column of the matrix. | |
cimatrix_subv | operator[] (const int &i) const throw () |
Operator for accessing a single row of the matrix. | |
cimatrix_subv | operator[] (const cxscmatrix_column &i) const throw () |
Operator for accessing a single column of the matrix. | |
cimatrix_slice & | operator|= (const scimatrix &m1) |
Implementation of hull and allocation operation. | |
cimatrix_slice & | operator|= (const scimatrix_slice &m1) |
Implementation of hull and allocation operation. | |
cimatrix_slice & | operator|= (const cimatrix &m1) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_slice & | operator|= (const cimatrix_slice &ms2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_slice & | operator|= (const srmatrix &m1) |
Implementation of hull and allocation operation. | |
cimatrix_slice & | operator|= (const srmatrix_slice &m1) |
Implementation of hull and allocation operation. | |
cimatrix_slice & | operator|= (const rmatrix &m1) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_slice & | operator|= (const rmatrix_slice &ms2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_slice & | operator|= (const scmatrix &m1) |
Implementation of hull and allocation operation. | |
cimatrix_slice & | operator|= (const scmatrix_slice &m1) |
Implementation of hull and allocation operation. | |
cimatrix_slice & | operator|= (const cmatrix &m1) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_slice & | operator|= (const cmatrix_slice &ms2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_slice & | operator|= (const simatrix &m1) |
Implementation of hull and allocation operation. | |
cimatrix_slice & | operator|= (const simatrix_slice &m1) |
Implementation of hull and allocation operation. | |
cimatrix_slice & | operator|= (const imatrix &m1) throw () |
Allocates the convex hull of the arguments to the first argument. | |
cimatrix_slice & | operator|= (const imatrix_slice &ms2) throw () |
Allocates the convex hull of the arguments to the first argument. | |
Friends | |
rmatrix | InfIm (const cimatrix_slice &v) throw () |
Returns the infimum of imaginary part of the matrix. | |
rmatrix | InfRe (const cimatrix_slice &v) throw () |
Returns the infimum of real part of the matrix. | |
rmatrix | SupIm (const cimatrix_slice &v) throw () |
Returns the supremum of imaginary part of the matrix. | |
rmatrix | SupRe (const cimatrix_slice &v) throw () |
Returns the supremum of real part of the matrix. |
The Data Type cimatrix_slice.
This data type represents a partial cimatrix.
Definition at line 1650 of file cimatrix.hpp.