Click or drag to resize

PowerMethodCalculateDominantEigenvector Method

Calculates the dominant eigenvalue and eigenvector of the given square matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool CalculateDominantEigenvector(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
dominant eigenvalue and eigenvector calculated for this square matrix.

Return Value

Boolean
true if the caluculation is successful.
See Also