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