CADability dotNET

The SingularValueDecomposition type exposes the following members.

Properties

  NameDescription
Public propertyLeftSingularVectors
Gets the left singular vectors (U matrix).
Public propertyRightSingularVectors
Gets the right singular vectors (V matrix).
Public propertyS
Get the diagonal matrix of singular values.
Public propertySingularValues
Gets the one-dimensional array of singular values.

See Also