IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
QRDecomposition.h File Reference

QR matrix decomposition functions. More...

#include <IPSDKMath/IPSDKMathExports.h>
#include <IPSDKMath/LinearAlgebra/LinearAlgebraTypes.h>

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...
 

Detailed Description

QR matrix decomposition functions.

Author
E. Noirfalise
Date
2016/03/01