Click or drag to resize

EigenSystemGetEigenvalues(ComplexMatrix) Method

Computes the eigenvalues for an complex general matrix A.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ComplexMatrix GetEigenvalues(
	ComplexMatrix A
)
Request Example View Source

Parameters

A  ComplexMatrix
The complex general matrix A.

Return Value

ComplexMatrix
The eigenvalues.
See Also