GeneralizedEigenvalueDecomposition<T>.EigenvalueDenominators Property

Gets the denominators of the eigenvalues.

Definition

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

Property Value

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

See Also