QLDecomposition<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.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override ReadOnlyCollection<Matrix<T>> Factors { get; }