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