CADability dotNET

The SingularValueDecomposition type exposes the following members.

Constructors

  NameDescription
Public methodSingularValueDecomposition
Construct the singular value decomposition.

Methods

  NameDescription
Public methodCondition
Two norm condition number.
Public methodNorm2
Two norm.
Public methodRank
Effective numerical matrix rank.

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