Gets a matrix with the singular values on the diagonal.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SingularValueMatrix As GeneralMatrix
C#
public GeneralMatrix SingularValueMatrix { get; }
C++
public:
GeneralMatrix^ SingularValueMatrix {
	GeneralMatrix^ get ();
}

Value

A GeneralMatrix.

Remarks

This property returns the matrix S in the decomposition A= USVT. The diagonal matrix has the same number of rows and columns as the base matrix.