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: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public ReadOnlyCollection<Matrix<T>> PrimaryFactors { get; }