Uses of Interface
com.opengamma.strata.math.impl.rootfinding.newton.NewtonRootFinderMatrixUpdateFunction
-
Packages that use NewtonRootFinderMatrixUpdateFunction Package Description com.opengamma.strata.math.impl.rootfinding.newton -
-
Uses of NewtonRootFinderMatrixUpdateFunction in com.opengamma.strata.math.impl.rootfinding.newton
Classes in com.opengamma.strata.math.impl.rootfinding.newton that implement NewtonRootFinderMatrixUpdateFunction Modifier and Type Class Description classBroydenMatrixUpdateFunctionclassNewtonDefaultUpdateFunctionclassShermanMorrisonMatrixUpdateFunctionConstructors in com.opengamma.strata.math.impl.rootfinding.newton with parameters of type NewtonRootFinderMatrixUpdateFunction Constructor Description BaseNewtonVectorRootFinder(double absoluteTol, double relativeTol, int maxSteps, NewtonRootFinderDirectionFunction directionFunction, NewtonRootFinderMatrixInitializationFunction initializationFunction, NewtonRootFinderMatrixUpdateFunction updateFunction)
-