EigenvalueDecomposition<T>.Factors Property

Gets a collection of the matrix factors that make up the decomposition.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override ReadOnlyCollection<Matrix<T>> Factors { get; }

Property Value

ReadOnlyCollection<Matrix<T>>

Remarks

This method may fail if the matrix has complex eigenvalues and eigenvectors.

See Also