STK++ 0.9.13
|
|
inlinestatic |
compute the inverse of the lower symmetric matrix m of size 1x1 and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 62 of file STK_InvertLowerSym.h.
Referenced by STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, 1 >::run(), and STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the lower symmetric 2x2 matrix m using only its lower part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 82 of file STK_InvertLowerSym.h.
Referenced by STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, 2 >::run(), and STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 3x3 matrix m using only its lower part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 108 of file STK_InvertLowerSym.h.
Referenced by STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, 3 >::run(), and STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 4x4 matrix m using only its lower part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 145 of file STK_InvertLowerSym.h.
Referenced by STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, 4 >::run(), and STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the lower symmetric 4x4 matrix m using only its lower part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 241 of file STK_InvertLowerSym.h.
References STK::ISymEigen< Derived >::det(), STK::ISymEigen< Derived >::ginv(), STK::ISymEigen< Derived >::run(), and STK::lapack::SymEigen< SquareArray >::setUplo().
Referenced by STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the 1x1 matrix and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 55 of file STK_InvertLowerTriangular.h.
Referenced by STK::hidden::InvertLowerTriangularDispatcher< Matrix, Size_ >::run(), and STK::hidden::InvertLowerTriangularDispatcher< Matrix, 1 >::run().
|
inlinestatic |
compute the inverse of the 2x2 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 73 of file STK_InvertLowerTriangular.h.
Referenced by STK::hidden::InvertLowerTriangularDispatcher< Matrix, Size_ >::run(), and STK::hidden::InvertLowerTriangularDispatcher< Matrix, 2 >::run().
|
inlinestatic |
compute the inverse of the 3x3 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 95 of file STK_InvertLowerTriangular.h.
Referenced by STK::hidden::InvertLowerTriangularDispatcher< Matrix, Size_ >::run(), and STK::hidden::InvertLowerTriangularDispatcher< Matrix, 3 >::run().
|
inlinestatic |
compute the inverse of the 4x4 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 119 of file STK_InvertLowerTriangular.h.
Referenced by STK::hidden::InvertLowerTriangularDispatcher< Matrix, Size_ >::run(), and STK::hidden::InvertLowerTriangularDispatcher< Matrix, 4 >::run().
|
inlinestatic |
compute the inverse of the lower triangular matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 161 of file STK_InvertLowerTriangular.h.
References STK::sum().
Referenced by STK::hidden::InvertLowerTriangularDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the 1x1 matrix and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 61 of file STK_Invert.h.
Referenced by STK::hidden::InvertMatrixDispatcher< Matrix, 1 >::run(), and STK::hidden::InvertMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the 2x2 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 79 of file STK_Invert.h.
Referenced by STK::hidden::InvertMatrixDispatcher< Matrix, 2 >::run(), and STK::hidden::InvertMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the 3x3 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 105 of file STK_Invert.h.
Referenced by STK::hidden::InvertMatrixDispatcher< Matrix, 3 >::run(), and STK::hidden::InvertMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the 4x4 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 143 of file STK_Invert.h.
Referenced by STK::hidden::InvertMatrixDispatcher< Matrix, 4 >::run(), and STK::hidden::InvertMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 276 of file STK_Invert.h.
References STK::ISvd< Derived >::det(), STK::ISvd< Derived >::ginv(), and STK::ISvd< Derived >::run().
Referenced by STK::hidden::InvertMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric matrix m of size 1x1 and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 62 of file STK_InvertSym.h.
Referenced by STK::hidden::InvertSymMatrixDispatcher< Matrix, 1 >::run(), and STK::hidden::InvertSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 2x2 matrix m using only its lower part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 82 of file STK_InvertSym.h.
Referenced by STK::hidden::InvertSymMatrixDispatcher< Matrix, 2 >::run(), and STK::hidden::InvertSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 3x3 matrix m using only its lower part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 108 of file STK_InvertSym.h.
Referenced by STK::hidden::InvertSymMatrixDispatcher< Matrix, 3 >::run(), and STK::hidden::InvertSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 4x4 matrix m using only its lower part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 144 of file STK_InvertSym.h.
Referenced by STK::hidden::InvertSymMatrixDispatcher< Matrix, 4 >::run(), and STK::hidden::InvertSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 4x4 matrix m using only its lower part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 239 of file STK_InvertSym.h.
References STK::ISymEigen< Derived >::det(), STK::ISymEigen< Derived >::ginv(), and STK::ISymEigen< Derived >::run().
Referenced by STK::hidden::InvertSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric matrix m of size 1x1 and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 62 of file STK_InvertUpperSym.h.
Referenced by STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, 1 >::run(), and STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 2x2 matrix m using only its upper part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 82 of file STK_InvertUpperSym.h.
Referenced by STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, 2 >::run(), and STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 3x3 matrix m using only its upper part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 108 of file STK_InvertUpperSym.h.
Referenced by STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, 3 >::run(), and STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 4x4 matrix m using only its upper part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 143 of file STK_InvertUpperSym.h.
Referenced by STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, 4 >::run(), and STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the symmetric 4x4 matrix m using only its upper part and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 238 of file STK_InvertUpperSym.h.
References STK::ISymEigen< Derived >::det(), STK::ISymEigen< Derived >::ginv(), and STK::ISymEigen< Derived >::run().
Referenced by STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, Size_ >::run().
|
inlinestatic |
compute the inverse of the 1x1 matrix and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 56 of file STK_InvertUpperTriangular.h.
Referenced by STK::hidden::InvertUpperTriangularDispatcher< Matrix, Size_ >::run(), and STK::hidden::InvertUpperTriangularDispatcher< Matrix, 1 >::run().
|
inlinestatic |
compute the inverse of the 2x2 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 74 of file STK_InvertUpperTriangular.h.
Referenced by STK::hidden::InvertUpperTriangularDispatcher< Matrix, Size_ >::run(), and STK::hidden::InvertUpperTriangularDispatcher< Matrix, 2 >::run().
|
inlinestatic |
compute the inverse of the 3x3 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 96 of file STK_InvertUpperTriangular.h.
Referenced by STK::hidden::InvertUpperTriangularDispatcher< Matrix, Size_ >::run(), and STK::hidden::InvertUpperTriangularDispatcher< Matrix, 3 >::run().
|
inlinestatic |
compute the inverse of the 4x4 matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
true
if m is invertible, false
otherwise Definition at line 120 of file STK_InvertUpperTriangular.h.
Referenced by STK::hidden::InvertUpperTriangularDispatcher< Matrix, Size_ >::run(), and STK::hidden::InvertUpperTriangularDispatcher< Matrix, 4 >::run().
|
inlinestatic |
compute the inverse of the upper triangular matrix m and store the result in inv.
m,inv | the matrices to invert and its inverse |
Definition at line 162 of file STK_InvertUpperTriangular.h.
References STK::sum().
Referenced by STK::hidden::InvertUpperTriangularDispatcher< Matrix, Size_ >::run().