GeneralizedEigenvalueDecomposition<T>.EigenvalueNumerators Property

Gets the numerators of the eigenvalues.

DefinitionPermalink

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

Property ValuePermalink

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

See AlsoPermalink