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.17114.0)
public abstract ReadOnlyCollection<Matrix> Factors { get; }
Public MustOverride ReadOnly Property Factors As ReadOnlyCollection(Of Matrix)
Get
public:
virtual property ReadOnlyCollection<Matrix^>^ Factors {
ReadOnlyCollection<Matrix^>^ get () abstract;
}
abstract Factors : ReadOnlyCollection<Matrix> with get
Property Value
Type:
ReadOnlyCollectionMatrix
Numerical Libraries
Supported in: 5.x, 4.x
Reference