Uses of Class
com.opengamma.strata.math.impl.rootfinding.RealSingleRootFinder
-
Packages that use RealSingleRootFinder Package Description com.opengamma.strata.math.impl.rootfinding -
-
Uses of RealSingleRootFinder in com.opengamma.strata.math.impl.rootfinding
Subclasses of RealSingleRootFinder in com.opengamma.strata.math.impl.rootfinding Modifier and Type Class Description classBisectionSingleRootFinderFinds a single root of a function using the bisection method.classBrentSingleRootFinderRoot finder.classNewtonRaphsonSingleRootFinderClass for finding the real root of a function within a range of $x$-values using the one-dimensional version of Newton's method.classRidderSingleRootFinderFinds a single root of a function using Ridder's method.
-