Uses of Enum
org.hipparchus.analysis.solvers.BaseSecantSolver.Method
Package
Description
Root finding algorithms, for univariate real functions.
-
Uses of BaseSecantSolver.Method in org.hipparchus.analysis.solvers
Modifier and TypeMethodDescriptionstatic BaseSecantSolver.Method
Returns the enum constant of this type with the specified name.static BaseSecantSolver.Method[]
BaseSecantSolver.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionprotected
BaseSecantSolver
(double relativeAccuracy, double absoluteAccuracy, double functionValueAccuracy, BaseSecantSolver.Method method) Construct a solver.protected
BaseSecantSolver
(double relativeAccuracy, double absoluteAccuracy, BaseSecantSolver.Method method) Construct a solver.protected
BaseSecantSolver
(double absoluteAccuracy, BaseSecantSolver.Method method) Construct a solver.