Generalized Schur Decomposition<T>.Complex Eigenvalue Numerators 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.2
C#
A complex vector containing the numerators of the eigenvalues.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.