EigenvalueDecomposition<T>.Eigenvalues Property

Gets the eigenvalues of the matrix.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> Eigenvalues { get; protected set; }

Property Value

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

See Also