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