Gets the real eigenvalues of the matrix.

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

Syntax

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

Value

A GeneralVector containing the real eigenvalues of the matrix.