GeneralizedEigenvalueDecomposition<T>.ComplexEigenvalues Property

Gets the eigenvalues as a complex vector.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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.

See Also