Generalized Singular Value Decomposition<T>.Generalized Singular Values Property
Gets a vector containing the generalized singular values.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A DenseVector<T> containing the singular values.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<T> GeneralizedSingularValues { get; protected set; }
Property Value
Vector<T>A DenseVector<T> containing the singular values.
Remarks
The generalized singular values are the diagonal elements of the matrix Σ2-1Σ1.