GeneralizedSingularValueDecomposition<T>.SecondaryFactors 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.0
C#
public ReadOnlyCollection<Matrix<T>> SecondaryFactors { get; }

Property Value

ReadOnlyCollection<Matrix<T>>

See Also