Symmetric Matrix<T>.Get Eigenvalues Method
Gets a vector containing the eigenvalues of the matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A DenseVector<T> containing the eigenvalues of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.