Matrix<T>.Get Singular Values Method
Gets a vector containing the singular values of the matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A DenseVector<T> containing the singular values of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual DenseVector<T> GetSingularValues()
Return Value
DenseVector<T>A DenseVector<T> containing the singular values of the matrix.