Uses of Class
net.finmath.rootfinder.NewtonsMethod
Packages that use NewtonsMethod
Package
Description
Interfaces and classes provided variantes of one dimensional root finder to solve
f(x) = 0, like Bisection Search, Newtons Method.
-
Uses of NewtonsMethod in net.finmath.rootfinder
Subclasses of NewtonsMethod in net.finmath.rootfinderModifier and TypeClassDescriptionclassThis class implements a root finder as question-and-answer algorithm using the secant method.