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