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

Property Value

ReadOnlyCollection<Matrix<T>>

See Also