#include <imatrix.hpp>
Collaboration diagram for cxsc::imatrix_slice:

Public Member Functions | |
| imatrix_slice (const imatrix_slice &ms) throw () | |
| Constructor of class imatrix_slice. | |
| imatrix_slice (imatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) throw () | |
| Constructor of class imatrix_slice. | |
| imatrix_slice (imatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) throw () | |
| Constructor of class imatrix_slice. | |
| imatrix_slice & | operator &= (const srmatrix_slice &) |
| Implementation of intersection and assignment operator. | |
| imatrix_slice & | operator &= (const srmatrix &) |
| Implementation of intersection and assignment operator. | |
| imatrix_slice & | operator &= (const simatrix_slice &) |
| Implementation of intersection and assignment operator. | |
| imatrix_slice & | operator &= (const simatrix &) |
| Implementation of intersection and assignment operator. | |
| imatrix_slice & | operator &= (const rmatrix_slice &ms2) throw () |
| Allocates the intersection of the arguments to the first argument. | |
| imatrix_slice & | operator &= (const imatrix_slice &ms2) throw () |
| Allocates the intersection of the arguments to the first argument. | |
| imatrix_slice & | operator &= (const rmatrix &m1) throw () |
| Allocates the intersection of the arguments to the first argument. | |
| imatrix_slice & | operator &= (const imatrix &m1) throw () |
| Allocates the intersection of the arguments to the first argument. | |
| imatrix_slice & | operator *= (const srmatrix_slice &) |
| Implementation of product and assignment operator. | |
| imatrix_slice & | operator *= (const srmatrix &) |
| Implementation of product and assignment operator. | |
| imatrix_slice & | operator *= (const simatrix_slice &) |
| Implementation of product and assignment operator. | |
| imatrix_slice & | operator *= (const simatrix &) |
| Implementation of product and assignment operator. | |
| imatrix_slice & | operator *= (const real &c) throw () |
| Implementation of multiplication and allocation operation. | |
| imatrix_slice & | operator *= (const interval &c) throw () |
| Implementation of multiplication and allocation operation. | |
| imatrix_slice & | operator *= (const rmatrix_slice &ms2) throw () |
| Implementation of multiplication and allocation operation. | |
| imatrix_slice & | operator *= (const imatrix_slice &ms2) throw () |
| Implementation of multiplication and allocation operation. | |
| imatrix_slice & | operator *= (const rmatrix &m) throw () |
| Implementation of multiplication and allocation operation. | |
| imatrix_slice & | operator *= (const imatrix &m) throw () |
| Implementation of multiplication and allocation operation. | |
| operator void * () throw () | |
| imatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw () |
| Operator for accessing a part of the matrix. | |
| imatrix_slice | operator() (const int &m, const int &n) throw () |
| Operator for accessing a part of the matrix. | |
| imatrix_slice & | operator() () throw () |
| Operator for accessing the whole matrix. | |
| imatrix_slice & | operator+= (const srmatrix_slice &) |
| Implementation of addition and assignment operator. | |
| imatrix_slice & | operator+= (const srmatrix &) |
| Implementation of addition and assignment operator. | |
| imatrix_slice & | operator+= (const simatrix_slice &) |
| Implementation of addition and assignment operator. | |
| imatrix_slice & | operator+= (const simatrix &) |
| Implementation of addition and assignment operator. | |
| imatrix_slice & | operator+= (const rmatrix_slice &ms2) throw () |
| Implementation of addition and allocation operation. | |
| imatrix_slice & | operator+= (const imatrix_slice &ms2) throw () |
| Implementation of addition and allocation operation. | |
| imatrix_slice & | operator+= (const rmatrix &m1) throw () |
| Implementation of addition and allocation operation. | |
| imatrix_slice & | operator+= (const imatrix &m1) throw () |
| Implementation of addition and allocation operation. | |
| imatrix_slice & | operator-= (const srmatrix_slice &) |
| Implementation of substraction and assignment operator. | |
| imatrix_slice & | operator-= (const srmatrix &) |
| Implementation of substraction and assignment operator. | |
| imatrix_slice & | operator-= (const simatrix_slice &) |
| Implementation of substraction and assignment operator. | |
| imatrix_slice & | operator-= (const simatrix &) |
| Implementation of substraction and assignment operator. | |
| imatrix_slice & | operator-= (const rmatrix_slice &ms2) throw () |
| Implementation of subtraction and allocation operation. | |
| imatrix_slice & | operator-= (const imatrix_slice &ms2) throw () |
| Implementation of subtraction and allocation operation. | |
| imatrix_slice & | operator-= (const rmatrix &m1) throw () |
| Implementation of subtraction and allocation operation. | |
| imatrix_slice & | operator-= (const imatrix &m1) throw () |
| Implementation of subtraction and allocation operation. | |
| imatrix_slice & | operator/= (const real &c) throw () |
| Implementation of division and allocation operation. | |
| imatrix_slice & | operator/= (const interval &c) throw () |
| Implementation of division and allocation operation. | |
| imatrix_slice & | operator= (const rvector_slice &v) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const rvector &v) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const real &r) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const rmatrix_slice &ms) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const rmatrix &m) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const ivector_slice &v) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const ivector &v) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const interval &r) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const imatrix_slice &ms) throw () |
| Implementation of standard assigning operator. | |
| imatrix_slice & | operator= (const imatrix &m) throw () |
| Implementation of standard assigning operator. | |
| imatrix_subv | operator[] (const cxscmatrix_column &i) const throw () |
| Operator for accessing a single column of the matrix. | |
| imatrix_subv | operator[] (const int &i) const throw () |
| Operator for accessing a single row of the matrix. | |
| imatrix_subv | operator[] (const cxscmatrix_column &i) throw () |
| Operator for accessing a single column of the matrix. | |
| imatrix_subv | operator[] (const int &i) throw () |
| Operator for accessing a single row of the matrix. | |
| imatrix_slice & | operator|= (const srmatrix_slice &) |
| Implementation of convex hull and assignment operator. | |
| imatrix_slice & | operator|= (const srmatrix &) |
| Implementation of convex hull and assignment operator. | |
| imatrix_slice & | operator|= (const simatrix_slice &) |
| Implementation of convex hull and assignment operator. | |
| imatrix_slice & | operator|= (const simatrix &) |
| Implementation of convex hull and assignment operator. | |
| imatrix_slice & | operator|= (const rmatrix_slice &ms2) throw () |
| Allocates the convex hull of the arguments to the first argument. | |
| imatrix_slice & | operator|= (const imatrix_slice &ms2) throw () |
| Allocates the convex hull of the arguments to the first argument. | |
| imatrix_slice & | operator|= (const rmatrix &m1) throw () |
| Allocates the convex hull of the arguments to the first argument. | |
| imatrix_slice & | operator|= (const imatrix &m1) throw () |
| Allocates the convex hull of the arguments to the first argument. | |
Friends | |
| class | cimatrix |
| class | imatrix |
| class | l_imatrix |
This data type represents a partial imatrix.
Definition at line 1441 of file imatrix.hpp.
1.4.6