LQDecomposition<T>.Factors Property

Gets a collection of the matrix factors that make up the decomposition.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override ReadOnlyCollection<Matrix<T>> Factors { get; }

Property Value

ReadOnlyCollection<Matrix<T>>

See Also