Click or drag to resize

SvdFlag Fields

http://www.emgu.com

The SvdFlag type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefault
The default type
Public fieldStatic memberFullUV
when the matrix is not square, by default the algorithm produces u and vt matrices of sufficiently large size for the further A reconstruction; if, however, FULL_UV flag is specified, u and vt will be full-size square orthogonal matrices.
Public fieldStatic memberModifyA
Enables modification of matrix src1 during the operation. It speeds up the processing.
Public fieldStatic memberNoUV
indicates that only a vector of singular values 'w' is to be processed, while u and vt will be set to empty matrices
Public fieldvalue__
Top
See Also