Gets the eigenvalues of the matrix.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Eigenvalues As GeneralVector
C#
public GeneralVector Eigenvalues { get; }
C++
public:
GeneralVector^ Eigenvalues {
	GeneralVector^ get ();
}

Value

A GeneralVector containing the eigenvalues of the matrix.