Uses of Interface
net.finmath.rootfinder.StochasticRootFinderUsingDerivative
Packages that use StochasticRootFinderUsingDerivative
Package
Description
Interfaces and classes provided variantes of one dimensional root finder to solve
f(x) = 0, like Bisection Search, Newtons Method.
-
Uses of StochasticRootFinderUsingDerivative in net.finmath.rootfinder
Classes in net.finmath.rootfinder that implement StochasticRootFinderUsingDerivativeModifier and TypeClassDescriptionclass
Implementation of Newtons method for maps on random variables.