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