Click or drag to resize

PowerMethod(Int32) Constructor

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

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

Parameters

maxIterations  Int32
The maximum number of iterations to perform.
See Also