Click or drag to resize
Accord.NET (logo)

SingularValueDecompositionD Properties

The SingularValueDecompositionD type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteDeterminant
Returns the absolute value of the matrix determinant.
Public propertyCondition
Returns the condition number max(S) / min(S).
Public propertyDiagonal
Gets the one-dimensional array of singular values.
Public propertyDiagonalMatrix
Returns the block diagonal matrix of singular values.
Public propertyIsSingular
Gets whether the decomposed matrix is singular.
Public propertyLeftSingularVectors
Returns the U matrix of Singular Vectors.
Public propertyLogDeterminant
Returns the log of the absolute value for the matrix determinant.
Public propertyLogPseudoDeterminant
Returns the log of the pseudo-determinant for the matrix.
Public propertyOrdering
Returns the ordering in which the singular values have been sorted.
Public propertyPseudoDeterminant
Returns the pseudo-determinant for the matrix.
Public propertyRank
Returns the effective numerical matrix rank.
Public propertyRightSingularVectors
Returns the V matrix of Singular Vectors.
Public propertyThreshold
Returns the singularity threshold.
Public propertyTwoNorm
Returns the Two norm.
Top
See Also