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 class
BisectionSingleRootFinder
Finds a single root of a function using the bisection method.class
BrentSingleRootFinder
Root finder.class
NewtonRaphsonSingleRootFinder
Class for finding the real root of a function within a range of $x$-values using the one-dimensional version of Newton's method.class
RidderSingleRootFinder
Finds a single root of a function using Ridder's method.
-