Click or drag to resize

EvdTEigenValues Property

Gets or sets the eigen values (λ) of matrix in ascending value.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<Complex> EigenValues { get; }

Property Value

VectorComplex
See Also