Generalized Schur Decomposition<T>.Complex Eigenvalues Property
Gets the eigenvalues as a complex vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A complex vector containing the eigenvalues.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<Complex<T>> ComplexEigenvalues { get; protected set; }
Property Value
Vector<Complex<T>>A complex vector containing the eigenvalues.
Remarks
This property is meaningful only for real matrices. If the element type is complex, then the Eigenvalues property is already a complex vector.