Click or drag to resize

EigenSystemGetEigenvalues(SymmetricMatrix, Matrix) Method

Computes all eigenvalues and eigenvectors of a of a real symmetric 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 Matrix GetEigenvalues(
	SymmetricMatrix A,
	out Matrix EigenVects
)
Request Example View Source

Parameters

A  SymmetricMatrix
The real symmetric matrix A.
EigenVects  Matrix
The eigenvectors.

Return Value

Matrix
The eigenvalues.
See Also