Click or drag to resize

SingularValueDecomposition Properties

The MatrixMathSingularValueDecomposition type exposes the following members.

Properties
 NameDescription
Public propertyCondition 
Public propertyDiagonal 
Public propertyHatDiagonal Returns the Hat diagonal. The hat diagonal is the diagonal of the Hat matrix, which is defined as
C#
         T  -1  T        T
H = X  (X X)   X    = U U
Public propertyNorm2 
Public propertyRank 
Public propertyU 
Public propertyV 
Top
See Also