GeneralizedEigenvalueDecomposition<T>.ComplexEigenvalueNumerators Property

Gets the numerators of 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>> ComplexEigenvalueNumerators { get; protected set; }

Property Value

Vector<Complex<T>>
A complex vector containing the numerators of the eigenvalues.

Remarks

This property is meaningful only for real matrices. If the element type is complex, then the EigenvalueNumerators property is already a complex vector.

See Also