Uses of Interface
net.finmath.rootfinder.RootFinder
Packages that use RootFinder
Package
Description
Interfaces and classes provided variantes of one dimensional root finder to solve
f(x) = 0, like Bisection Search, Newtons Method.
-
Uses of RootFinder in net.finmath.rootfinder
Classes in net.finmath.rootfinder that implement RootFinderModifier and TypeClassDescriptionclassclassThis class implements a Bisection search algorithm, implemented as a question-and-answer search algorithm.classThis class implements Ridders root finder as a question-and-answer algorithm.classThis class implements a root finder as question-and-answer algorithm using the secant method.