Gets a collection of the matrix factors that make up the decomposition.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract ReadOnlyCollection<Matrix<T>> Factors { get; }
Public MustOverride ReadOnly Property Factors As ReadOnlyCollection(Of Matrix(Of T))
Get
public:
virtual property ReadOnlyCollection<Matrix<T>^>^ Factors {
ReadOnlyCollection<Matrix<T>^>^ get () abstract;
}
abstract Factors : ReadOnlyCollection<Matrix<'T>> with get
Property Value
Type:
ReadOnlyCollectionMatrixT
Reference