GeneralizedSingularValueDecomposition<T>.PrimarySingularValues Property

Gets a vector containing the singular values.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T> PrimarySingularValues { get; protected set; }

Property Value

Vector<T>
A DenseVector<T> containing the singular values.

Remarks

The singular values are the diagonal elements of the matrix Σ1 in the decomposition.

See Also