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