Hermitian Matrix<T>.Get Eigenvalues Method
Gets a vector containing the eigenvalues of the matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A DenseVector<T> containing the eigenvalues of the matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public DenseVector<T> GetEigenvalues()
Return Value
DenseVector<T>A DenseVector<T> containing the eigenvalues of the matrix.
Remarks
The eigenvalues of a real Hermitian matrix are always real.