GeneralizedSingularValueDecomposition<T>.SecondarySingularValues Property

Gets a vector containing the secondary singular values.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> SecondarySingularValues { 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 Σ2 in the decomposition.

See Also