GeneralizedEigenvalueDecomposition<T>.ComplexEigenvalueNumerators Property

Gets the numerators of the eigenvalues as a complex vector.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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