Gets a collection of the matrix factors that make up the decomposition.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override ReadOnlyCollection<Matrix<T>> Factors { get; }
Public Overrides ReadOnly Property Factors As ReadOnlyCollection(Of Matrix(Of T))
Get
public:
virtual property ReadOnlyCollection<Matrix<T>^>^ Factors {
ReadOnlyCollection<Matrix<T>^>^ get () override;
}
abstract Factors : ReadOnlyCollection<Matrix<'T>> with get
override Factors : ReadOnlyCollection<Matrix<'T>> with get
Property Value
Type:
ReadOnlyCollectionMatrixT
Numerical Libraries
Supported in: 5.x
Reference