Click or drag to resize

DecompMethod Fields

http://www.emgu.com

The DecompMethod type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCholesky
method for a symmetric positively-defined matrix
Public fieldStatic memberEig
Eig
Public fieldStatic memberLU
Gaussian elimination with optimal pivot element chose In case of LU method the function returns src1 determinant (src1 must be square). If it is 0, the matrix is not inverted and src2 is filled with zeros.
Public fieldStatic memberNormal
Normal
Public fieldStatic memberQR
QR decomposition
Public fieldStatic memberSvd
Singular value decomposition (SVD) method In case of SVD methods the function returns the inversed condition number of src1 (ratio of the smallest singular value to the largest singular value) and 0 if src1 is all zeros. The SVD methods calculate a pseudo-inverse matrix if src1 is singular
Public fieldvalue__
Top
See Also