GeneralizedSchurDecomposition<T>.EigenvalueNumerators Property

Gets the numerators of the eigenvalues.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T> EigenvalueNumerators { get; protected set; }

Property Value

Vector<T>
A vector that contains the numerators of the eigenvalues.

See Also