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