CADability dotNET
Gets the real part of the eigenvalues.

Namespace: CADability.LinearAlgebra
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public double[] RealEigenvalues { get; }
Visual Basic
Public ReadOnly Property RealEigenvalues As Double()
	Get
Visual C++
public:
property array<double>^ RealEigenvalues {
	array<double>^ get ();
}

Return Value

real(diag(D))

See Also