Click or drag to resize

EigenSystemGetEigenvalues(Matrix, ComplexMatrix) Method

Computes for an N-by-N real nonsymmetric matrix A, the eigenvalues and eigenvectors.

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(
	Matrix A,
	out ComplexMatrix EigenVectors
)
Request Example View Source

Parameters

A  Matrix
N-by-N real nonsymmetric matrix A.
EigenVectors  ComplexMatrix
The eigenvectors.

Return Value

ComplexMatrix
The eigenvalues.
See Also