Overload List

  NameDescription
PowerMethod()()()
Constructs a PowerMethod instance with the default tolerance and maximum number of iterations.
PowerMethod(Double)
Constructs a PowerMethod instance with the specified tolerance and default maximum number of iterations.
PowerMethod(Int32)
Constructs a PowerMethod instance withe the specified maximum number of iterations and the default tolerance.
PowerMethod(Double, Int32)
Constructs a PowerMethod instance with the specified tolerance and maximum number of iterations.

See Also