Uses of Class
com.opengamma.strata.math.impl.rootfinding.VectorRootFinder
-
Packages that use VectorRootFinder Package Description com.opengamma.strata.math.impl.rootfinding.newton -
-
Uses of VectorRootFinder in com.opengamma.strata.math.impl.rootfinding.newton
Subclasses of VectorRootFinder in com.opengamma.strata.math.impl.rootfinding.newton Modifier and Type Class Description classBaseNewtonVectorRootFinderBase implementation for all Newton-Raphson style multi-dimensional root finding (i.e.classBroydenVectorRootFinderA root finder using Broyden's Jacobian update formula.classNewtonDefaultVectorRootFinderA root finder that attempts find the multi-dimensional root of a series of N equations with N variables (a square problem).classShermanMorrisonVectorRootFinderA 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.
-