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