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 |
SecantMethod
This class implements a root finder as question-and-answer algorithm using
the secant method.
|
Copyright © 2015. All rights reserved.