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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public PowerMethod(
	int maxIterations
)
Visual Basic (Declaration)
Public Sub New ( _
	maxIterations As Integer _
)
Visual C++
public:
PowerMethod(
	int maxIterations
)

Parameters

maxIterations
Type: System..::.Int32
The maximum number of iterations to perform.

See Also