Click or drag to resize
DigitalRuneSingularValueDecompositionF Properties

The SingularValueDecompositionF type exposes the following members.

Properties
  NameDescription
Public propertyConditionNumber
Gets the condition number of A.
Public propertyNorm2
Gets the two norm of A.
Public propertyNumericalRank
Gets the effective numerical rank of A.
Public propertyS
Gets the diagonal matrix S with the singular values. (This property returns the internal matrix, not a copy.)
Public propertySingularValues
Gets the vector of singular values (the diagonal of S).
Public propertyU
Gets the matrix U with the left singular vectors. (This property returns the internal matrix, not a copy.)
Public propertyV
Gets the matrix V with the right singular vectors. (This property returns the internal matrix, not a copy.)
Top
See Also