GeneralizedSchurDecomposition<T>.ComplexEigenvalueNumerators Property
Gets the numerators of the eigenvalues as a complex vector.
DefinitionPermalink
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A complex vector containing the numerators of the eigenvalues.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public Vector<Complex<T>> ComplexEigenvalueNumerators { get; protected set; }
Property ValuePermalink
Vector<Complex<T>>A complex vector containing the numerators of the eigenvalues.
RemarksPermalink
This property is meaningful only for real matrices. If the element type is complex, then the EigenvalueNumerators property is already a complex vector.