Singular Value Decomposition<T>.Singular Value Matrix Property
Gets a matrix with the singular values on the diagonal.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A DenseMatrix<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public DiagonalMatrix<T> SingularValueMatrix { get; }
Property Value
DiagonalMatrix<T>A DenseMatrix<T>.
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.