![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Cholesky decomposition functions. More...
Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::math | |
| Namespace agregating IPSDK mathematical routines and classes. | |
Functions | |
| IPSDKMATH_API bool | ipsdk::math::choleskyDecomposition (const Matrix &matA, Matrix &matU) |
| decomposition of a nxn symetric positive definite matrix using cholesky decomposition More... | |
| IPSDKMATH_API bool | ipsdk::math::choleskyInverse (Matrix &matA) |
| in situ inversion of a nxn symetric positive definite matrix using cholesky decomposition method More... | |
| IPSDKMATH_API bool | ipsdk::math::choleskyInverse (const Matrix &matA, Matrix &matInvA) |
| inversion of a nxn symetric positive definite matrix using cholesky decomposition method More... | |
Cholesky decomposition functions.
1.8.14