| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRootFinder |
class |
BisectionSearch
This class implements a Bisection search algorithm,
implemented as a question-and-answer search algorithm.
|
class |
RiddersMethod
This class implements Ridders root finder as a question-and-answer algorithm.
|
class |
SecantMethod
This class implements a root finder as question-and-answer algorithm using
the secant method.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TestRootFinders.testRootFinder(RootFinder rootFinder) |
Copyright © 2015. All rights reserved.