Generalized Schur Decomposition<T>.Eigenvalue Numerators Property
Gets the numerators of the eigenvalues.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A vector that contains the numerators of the eigenvalues.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<T> EigenvalueNumerators { get; protected set; }
Property Value
Vector<T>A vector that contains the numerators of the eigenvalues.