CADability dotNET
Gets the imaginary part of the eigenvalues

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

Syntax

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

Return Value

imag(diag(D))

See Also