Generalized Singular Value Decomposition<T>.Primary Factors Property
Gets a collection of the matrix factors that make up the decomposition
of the first (primary) base matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ReadOnlyCollection<Matrix<T>> PrimaryFactors { get; }