Uses of Class
com.opengamma.strata.math.impl.rootfinding.newton.BaseNewtonVectorRootFinder
-
Packages that use BaseNewtonVectorRootFinder Package Description com.opengamma.strata.math.impl.rootfinding.newton -
-
Uses of BaseNewtonVectorRootFinder in com.opengamma.strata.math.impl.rootfinding.newton
Subclasses of BaseNewtonVectorRootFinder in com.opengamma.strata.math.impl.rootfinding.newton Modifier and Type Class Description class
BroydenVectorRootFinder
A root finder using Broyden's Jacobian update formula.class
NewtonDefaultVectorRootFinder
A root finder that attempts find the multi-dimensional root of a series of N equations with N variables (a square problem).class
ShermanMorrisonVectorRootFinder
A root finder that uses the Sherman-Morrison formula to invert Broyden's Jacobian update formula, thus providing a direct update formula for the inverse Jacobian.
-