Generalized Schur Decomposition<T>.Eigenvalue Denominators Property
Gets the denominators 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 denominators of the eigenvalues.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<T> EigenvalueDenominators { get; protected set; }
Property Value
Vector<T>A vector that contains the denominators of the eigenvalues.