C-XSC - A C++ Class Library for Extended Scientific Computing 2.5.4
|
The Data Type cmatrix_slice. More...
#include <cmatrix.hpp>
Public Member Functions | |
cmatrix_slice (cmatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) noexcept | |
Constructor of class cmatrix_slice. | |
cmatrix_slice (cmatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) noexcept | |
Constructor of class cmatrix_slice. | |
cmatrix_slice (const cmatrix_slice &ms) noexcept | |
Constructor of class cmatrix_slice. | |
cmatrix_slice & | operator() () noexcept |
Operator for accessing the whole matrix. | |
cmatrix_slice | operator() (const int &m, const int &n) noexcept |
Operator for accessing a part of the matrix. | |
cmatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) noexcept |
Operator for accessing a part of the matrix. | |
cmatrix_slice & | operator*= (const cmatrix &m) noexcept |
Implementation of multiplication and allocation operation. | |
cmatrix_slice & | operator*= (const cmatrix_slice &ms2) noexcept |
Implementation of multiplication and allocation operation. | |
cmatrix_slice & | operator*= (const complex &c) noexcept |
Implementation of multiplication and allocation operation. | |
cmatrix_slice & | operator*= (const real &c) noexcept |
Implementation of multiplication and allocation operation. | |
cmatrix_slice & | operator*= (const rmatrix &m) noexcept |
Implementation of multiplication and allocation operation. | |
cmatrix_slice & | operator*= (const rmatrix_slice &ms2) noexcept |
Implementation of multiplication and allocation operation. | |
cmatrix_slice & | operator*= (const scmatrix &m) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator*= (const scmatrix_slice &ms) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator*= (const srmatrix &m) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator*= (const srmatrix_slice &ms) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator+= (const cmatrix &m1) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_slice & | operator+= (const cmatrix_slice &ms2) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_slice & | operator+= (const rmatrix &m1) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_slice & | operator+= (const rmatrix_slice &ms2) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_slice & | operator+= (const scmatrix &m) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator+= (const scmatrix_slice &ms) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator+= (const srmatrix &m) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator+= (const srmatrix_slice &ms) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator-= (const cmatrix &m1) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_slice & | operator-= (const cmatrix_slice &ms2) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_slice & | operator-= (const rmatrix &m1) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_slice & | operator-= (const rmatrix_slice &ms2) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_slice & | operator-= (const scmatrix &m) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator-= (const scmatrix_slice &ms) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator-= (const srmatrix &m) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator-= (const srmatrix_slice &ms) |
Implementation of addition and assignment operator. | |
cmatrix_slice & | operator/= (const complex &c) noexcept |
Implementation of division and allocation operation. | |
cmatrix_slice & | operator/= (const real &c) noexcept |
Implementation of division and allocation operation. | |
cmatrix_slice & | operator= (const cmatrix &m) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const cmatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const complex &r) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const cvector &v) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const cvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const real &r) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const rmatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const rvector &v) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const rvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const scmatrix &ms) |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const scmatrix_slice &ms) |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const srmatrix &ms) |
Implementation of standard assigning operator. | |
cmatrix_slice & | operator= (const srmatrix_slice &ms) |
Implementation of standard assigning operator. | |
cmatrix_subv | operator[] (const cxscmatrix_column &i) const noexcept |
Operator for accessing a single column of the matrix. | |
cmatrix_subv | operator[] (const cxscmatrix_column &i) noexcept |
Operator for accessing a single column of the matrix. | |
cmatrix_subv | operator[] (const int &i) const noexcept |
Operator for accessing a single row of the matrix. | |
cmatrix_subv | operator[] (const int &i) noexcept |
Operator for accessing a single row of the matrix. | |
cmatrix_slice & | operator|= (const cmatrix &m1) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
cmatrix_slice & | operator|= (const cmatrix_slice &ms2) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
cmatrix_slice & | operator|= (const rmatrix &m1) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
cmatrix_slice & | operator|= (const rmatrix_slice &ms2) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
The Data Type cmatrix_slice.
This data type represents a partial cmatrix.
Definition at line 1202 of file cmatrix.hpp.