![]() | Newton |
Name | Description | |
---|---|---|
![]() | NewtonRaphsonRootFinder | Constructs a NewtonRaphsonRootFinder instance with default tolerance and default maximum iterations. |
![]() | NewtonRaphsonRootFinder(Double) | Constructs a NewtonRaphsonRootFinder instance with the given error tolerance. |
![]() | NewtonRaphsonRootFinder(Int32) | Constructs a NewtonRaphsonRootFinder instance with the given maximum number of iterations. |
![]() | NewtonRaphsonRootFinder(Double, Int32) | Constructs a NewtonRaphsonRootFinder instance with the given error tolerance and maximum number of iterations. |