C-XSC - A C++ Class Library for Extended Scientific Computing 2.5.4
|
The Data Type imatrix. More...
#include <imatrix.hpp>
Public Member Functions | |
imatrix () noexcept | |
Constructor of class imatrix. | |
imatrix (const imatrix &rm) noexcept | |
Constructor of class imatrix. | |
imatrix (const imatrix_slice &rm) noexcept | |
Constructor of class imatrix. | |
imatrix (const int &m, const int &n) noexcept | |
Constructor of class imatrix. | |
imatrix (const int &m1, const int &n1, const int &m2, const int &n2) noexcept | |
Constructor of class imatrix. | |
imatrix (const interval &r) noexcept | |
Constructor of class imatrix. | |
imatrix (const ivector &v) noexcept | |
Constructor of class imatrix. | |
imatrix (const ivector_slice &v) noexcept | |
Constructor of class imatrix. | |
imatrix (const real &r) noexcept | |
Constructor of class imatrix. | |
imatrix (const rmatrix &rm) noexcept | |
Constructor of class imatrix. | |
imatrix (const rmatrix_slice &rm) noexcept | |
Constructor of class imatrix. | |
imatrix (const rvector &v) noexcept | |
Constructor of class imatrix. | |
imatrix (const rvector_slice &v) noexcept | |
Constructor of class imatrix. | |
imatrix (const simatrix &rm) | |
Constructor of class imatrix. | |
imatrix (const simatrix_slice &rm) | |
Constructor of class imatrix. | |
imatrix (const srmatrix &rm) | |
Constructor of class imatrix. | |
imatrix (const srmatrix_slice &rm) | |
Constructor of class imatrix. | |
imatrix & | operator&= (const simatrix &) |
Implementation of intersection and assignment operator. | |
imatrix & | operator&= (const simatrix_slice &) |
Implementation of intersection and assignment operator. | |
imatrix & | operator&= (const srmatrix &) |
Implementation of intersection and assignment operator. | |
imatrix & | operator&= (const srmatrix_slice &) |
Implementation of intersection and assignment operator. | |
imatrix & | operator() () noexcept |
Operator for accessing the whole matrix. | |
imatrix_slice | operator() (const int &m, const int &n) noexcept |
Operator for accessing a part of the matrix. | |
imatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) noexcept |
Operator for accessing a part of the matrix. | |
imatrix | operator() (const intmatrix &P) |
Computes permutation of matrix according to permutation matrix, C=PAQ. | |
imatrix | operator() (const intmatrix &P, const intmatrix &Q) |
Computes permutation of matrix according to permutation matrices, C=PAQ. | |
imatrix | operator() (const intvector &p) |
Computes permutation of matrix according to permutation vector, C=PA. | |
imatrix | operator() (const intvector &p, const intvector &q) |
Computes permutation of matrix according to permutation vectors, C=PAQ. | |
imatrix & | operator*= (const simatrix &) |
Implementation of product and assignment operator. | |
imatrix & | operator*= (const simatrix_slice &) |
Implementation of product and assignment operator. | |
imatrix & | operator*= (const srmatrix &) |
Implementation of product and assignment operator. | |
imatrix & | operator*= (const srmatrix_slice &) |
Implementation of product and assignment operator. | |
imatrix & | operator+= (const simatrix &) |
Implementation of addition and assignment operator. | |
imatrix & | operator+= (const simatrix_slice &) |
Implementation of addition and assignment operator. | |
imatrix & | operator+= (const srmatrix &) |
Implementation of addition and assignment operator. | |
imatrix & | operator+= (const srmatrix_slice &) |
Implementation of addition and assignment operator. | |
imatrix & | operator-= (const simatrix &) |
Implementation of substraction and assignment operator. | |
imatrix & | operator-= (const simatrix_slice &) |
Implementation of substraction and assignment operator. | |
imatrix & | operator-= (const srmatrix &) |
Implementation of substraction and assignment operator. | |
imatrix & | operator-= (const srmatrix_slice &) |
Implementation of substraction and assignment operator. | |
imatrix & | operator= (const imatrix &m) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const imatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const interval &r) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const ivector &v) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const ivector_slice &v) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const real &r) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const rmatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const rvector &v) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const rvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
imatrix & | operator= (const simatrix &m) |
Implementation of standard assigning operator. | |
imatrix & | operator= (const simatrix_slice &ms) |
Implementation of standard assigning operator. | |
imatrix & | operator= (const srmatrix &m) |
Implementation of standard assigning operator. | |
imatrix & | operator= (const srmatrix_slice &ms) |
Implementation of standard assigning operator. | |
imatrix_subv | operator[] (const cxscmatrix_column &i) const noexcept |
Operator for accessing a single column of the matrix. | |
imatrix_subv | operator[] (const int &i) const noexcept |
Operator for accessing a single row of the matrix. | |
imatrix & | operator|= (const simatrix &) |
Implementation of convex hull and assignment operator. | |
imatrix & | operator|= (const simatrix_slice &) |
Implementation of convex hull and assignment operator. | |
imatrix & | operator|= (const srmatrix &) |
Implementation of convex hull and assignment operator. | |
imatrix & | operator|= (const srmatrix_slice &) |
Implementation of convex hull and assignment operator. | |
Computes permutation of matrix according to permutation matrix, C=PAQ.
Computes permutation of matrix according to permutation matrix, C=PA.
Definition at line 2055 of file imatrix.inl.