Click or drag to resize

PowerMethod Constructor

Overload List
 NameDescription
Public methodPowerMethod Constructs a PowerMethod instance with the default tolerance and maximum number of iterations.
Public methodPowerMethod(Double) Constructs a PowerMethod instance with the specified tolerance and default maximum number of iterations.
Public methodPowerMethod(Int32) Constructs a PowerMethod instance withe the specified maximum number of iterations and the default tolerance.
Public methodPowerMethod(Double, Int32) Constructs a PowerMethod instance with the specified tolerance and maximum number of iterations.
Top
See Also