| PowerMethod(Int32) Constructor |
Constructs a PowerMethod instance withe the specified maximum number
of iterations and the default tolerance.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public PowerMethod(
int maxIterations
)
Public Sub New (
maxIterations As Integer
)
public:
PowerMethod(
int maxIterations
)
new :
maxIterations : int -> PowerMethod
Parameters
- maxIterations Int32
- The maximum number of iterations to perform.
See Also