Uses of Enum
net.finmath.rootfinder.StochasticNewtonMethod.MethodForAccuracy
Packages that use StochasticNewtonMethod.MethodForAccuracy
Package
Description
Interfaces and classes provided variantes of one dimensional root finder to solve
f(x) = 0, like Bisection Search, Newtons Method.
-
Uses of StochasticNewtonMethod.MethodForAccuracy in net.finmath.rootfinder
Subclasses with type arguments of type StochasticNewtonMethod.MethodForAccuracy in net.finmath.rootfinderMethods in net.finmath.rootfinder that return StochasticNewtonMethod.MethodForAccuracyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.StochasticNewtonMethod.MethodForAccuracy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.rootfinder with parameters of type StochasticNewtonMethod.MethodForAccuracyModifierConstructorDescription