| Package | Description |
|---|---|
| com.opengamma.strata.math.impl.rootfinding |
| Modifier and Type | Class and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.