Generalized Eigenvalue Decomposition<T>.Eigenvalue Denominators Property
Gets the denominators of the eigenvalues.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector that contains the denominators of the eigenvalues.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> EigenvalueDenominators { get; protected set; }
Property Value
Vector<T>A vector that contains the denominators of the eigenvalues.