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#
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.

See AlsoPermalink