SymmetricMatrix<T>.GetEigenvalues 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#
public DenseVector<T> GetEigenvalues()

Return Value

DenseVector<T>
A DenseVector<T> containing the eigenvalues of the matrix.

Remarks

The eigenvalues of a real symmetric matrix are always real.

See Also