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