C-XSC - A C++ Class Library for Extended Scientific Computing 2.5.4
|
The Multiple-Precision Data Type l_imatrix_slice. More...
#include <l_imatrix.hpp>
Public Member Functions | |
l_imatrix_slice (const l_imatrix_slice &ms) noexcept | |
Constructor of class l_imatrix_slice. | |
l_imatrix_slice (l_imatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) noexcept | |
Constructor of class l_imatrix_slice. | |
l_imatrix_slice (l_imatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) noexcept | |
Constructor of class l_imatrix_slice. | |
l_imatrix_slice & | operator&= (const imatrix &m1) noexcept |
Allocates the intersection of the arguments to the first argument. | |
l_imatrix_slice & | operator&= (const imatrix_slice &ms2) noexcept |
Allocates the intersection of the arguments to the first argument. | |
l_imatrix_slice & | operator&= (const l_imatrix &m1) noexcept |
Allocates the intersection of the arguments to the first argument. | |
l_imatrix_slice & | operator&= (const l_imatrix_slice &ms2) noexcept |
Allocates the intersection of the arguments to the first argument. | |
l_imatrix_slice & | operator&= (const l_rmatrix &m1) noexcept |
Allocates the intersection of the arguments to the first argument. | |
l_imatrix_slice & | operator&= (const l_rmatrix_slice &ms2) noexcept |
Allocates the intersection of the arguments to the first argument. | |
l_imatrix_slice & | operator&= (const rmatrix &m1) noexcept |
Allocates the intersection of the arguments to the first argument. | |
l_imatrix_slice & | operator&= (const rmatrix_slice &ms2) noexcept |
Allocates the intersection of the arguments to the first argument. | |
l_imatrix_slice & | operator() () noexcept |
Operator for accessing the whole matrix. | |
l_imatrix_slice | operator() (const int &m, const int &n) noexcept |
Operator for accessing a part of the matrix. | |
l_imatrix_slice | operator() (const int &m1, const int &m2, const int &n1, const int &n2) noexcept |
Operator for accessing a part of the matrix. | |
l_imatrix_slice & | operator*= (const imatrix &m) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const imatrix_slice &ms2) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const interval &c) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const l_imatrix &m) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const l_imatrix_slice &ms2) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const l_interval &c) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const l_real &c) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const l_rmatrix &m) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const l_rmatrix_slice &ms2) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const real &c) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const rmatrix &m) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator*= (const rmatrix_slice &ms2) noexcept |
Implementation of multiplication and allocation operation. | |
l_imatrix_slice & | operator+= (const imatrix &m1) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const imatrix_slice &ms2) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const interval &c) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const l_imatrix &m1) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const l_imatrix_slice &ms2) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const l_interval &c) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const l_real &c) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const l_rmatrix &m1) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const l_rmatrix_slice &ms2) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const real &c) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const rmatrix &m1) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator+= (const rmatrix_slice &ms2) noexcept |
Implementation of addition and allocation operation. | |
l_imatrix_slice & | operator-= (const imatrix &m1) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const imatrix_slice &ms2) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const interval &c) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const l_imatrix &m1) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const l_imatrix_slice &ms2) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const l_interval &c) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const l_real &c) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const l_rmatrix &m1) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const l_rmatrix_slice &ms2) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const real &c) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const rmatrix &m1) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator-= (const rmatrix_slice &ms2) noexcept |
Implementation of subtraction and allocation operation. | |
l_imatrix_slice & | operator/= (const interval &c) noexcept |
Implementation of division and allocation operation. | |
l_imatrix_slice & | operator/= (const l_interval &c) noexcept |
Implementation of division and allocation operation. | |
l_imatrix_slice & | operator/= (const l_real &c) noexcept |
Implementation of division and allocation operation. | |
l_imatrix_slice & | operator/= (const real &c) noexcept |
Implementation of division and allocation operation. | |
l_imatrix_slice & | operator= (const imatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const imatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const imatrix_subv &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const interval &r) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const ivector &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const ivector_slice &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_imatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_imatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_imatrix_subv &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_interval &r) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_ivector &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_ivector_slice &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_real &r) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_rmatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_rmatrix_subv &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_rvector &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const l_rvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const real &r) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const rmatrix_slice &ms) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const rmatrix_subv &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const rvector &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_slice & | operator= (const rvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
l_imatrix_subv | operator[] (const cxscmatrix_column &i) noexcept |
Operator for accessing a single column of the matrix. | |
l_imatrix_subv | operator[] (const int &i) noexcept |
Operator for accessing a single row of the matrix. | |
l_imatrix_slice & | operator|= (const imatrix &m1) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
l_imatrix_slice & | operator|= (const imatrix_slice &ms2) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
l_imatrix_slice & | operator|= (const l_imatrix &m1) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
l_imatrix_slice & | operator|= (const l_imatrix_slice &ms2) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
l_imatrix_slice & | operator|= (const l_rmatrix &m1) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
l_imatrix_slice & | operator|= (const l_rmatrix_slice &ms2) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
l_imatrix_slice & | operator|= (const rmatrix &m1) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
l_imatrix_slice & | operator|= (const rmatrix_slice &ms2) noexcept |
Allocates the convex hull of the arguments to the first argument. | |
The Multiple-Precision Data Type l_imatrix_slice.
This data type represents a partial l_imatrix.
Definition at line 1279 of file l_imatrix.hpp.