EigenSystemGetEigenvalues(Matrix, ComplexMatrix) Method

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public ComplexMatrix GetEigenvalues(
	Matrix A,
	out ComplexMatrix EigenVectors
)

Parameters

A  Matrix
 
EigenVectors  ComplexMatrix
 

Return Value

ComplexMatrix

See Also