![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
QR matrix 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::qrSolve (const Matrix &matA, const Vector &vecB, Vector &vecX) |
| linear system resolution using qr decomposition method Solved system is : matA x VecX = vecB with More... | |
| IPSDKMATH_API void | ipsdk::math::qrDecomposition (const Matrix &matA, Matrix &matQ, Matrix &matR) |
| QR decomposition of mxn matrix Given mn = min(m,n), we have : More... | |
QR matrix decomposition functions.
1.8.14