Generalized Singular Value Decomposition<T>.Secondary Factors Property
Gets a collection of the matrix factors that make up the decomposition
of the secondary base matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public ReadOnlyCollection<Matrix<T>> SecondaryFactors { get; }