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: 10.5.0
C#
A Vector<T> containing the singular values of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
public virtual Vector<T> GetSingularValues()Return Value
Vector<T>A Vector<T> containing the singular values of the matrix.