Click or drag to resize

EigenSystemGetEigenvalues(SymmetricBandMatrix) Method

Computes all the eigenvalues of a real symmetric band 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(
	SymmetricBandMatrix A
)
Request Example View Source

Parameters

A  SymmetricBandMatrix
The real symmetric band matrix A.

Return Value

Matrix
The eigenvalues.
See Also