Click or drag to resize

PowerMethod(Double) Constructor

Constructs a PowerMethod instance with the specified tolerance and default maximum number of iterations.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PowerMethod(
	double tolerance
)

Parameters

tolerance  Double
The power method converges if changes in the normalized eigenvector, with respect to the infinity norm, is less than this specified tolerance.
See Also