| 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 |
NewtonsMethod
This class implements a root finder as question-and-answer algorithm
using Newton's method.
|
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.testRootFinderWithDerivative(RootFinderWithDerivative rootFinder) |
Copyright © 2015. All rights reserved.