EigenvalueDecomposition<T>.Eigenvalues Property

Gets the eigenvalues of the matrix.

Definition

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

Property Value

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

See Also