| Package | Description |
|---|---|
| net.finmath.rootfinder |
Interfaces and classes provided variantes of one dimensional root finder to solve
f(x) = 0, like Bisection Search, Newtons Method.
|
| Class and Description |
|---|
| NewtonsMethod
This class implements a root finder as question-and-answer algorithm
using Newton's method.
|
| RootFinder
This is the interface for a one dimensional root finder
implemented as an question-and-answer algorithm.
|
| RootFinderWithDerivative
This is the interface for a one dimensional root finder
implemented as an question-and-answer algorithm.
|
Copyright © 2015. All rights reserved.