Schur Decomposition<T>.Has Complex Eigenvalues Property
Indicates whether the matrix has any complex eigenvalues.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool HasComplexEigenvalues { get; protected set; }
Property Value
BooleanRemarks
For a real Schur decomposition, the Schur form is quasi-upper-triangular
when the matrix has complex eigenvalues.