Uses of Class
org.apache.commons.math3.analysis.solvers.BaseSecantSolver.Method

Packages that use BaseSecantSolver.Method
org.apache.commons.math3.analysis.solvers Root finding algorithms, for univariate real functions. 
 

Uses of BaseSecantSolver.Method in org.apache.commons.math3.analysis.solvers
 

Methods in org.apache.commons.math3.analysis.solvers that return BaseSecantSolver.Method
static BaseSecantSolver.Method BaseSecantSolver.Method.valueOf(String name)
          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.
 

Constructors in org.apache.commons.math3.analysis.solvers with parameters of type BaseSecantSolver.Method
BaseSecantSolver(double absoluteAccuracy, BaseSecantSolver.Method method)
          Construct a solver.
BaseSecantSolver(double relativeAccuracy, double absoluteAccuracy, BaseSecantSolver.Method method)
          Construct a solver.
BaseSecantSolver(double relativeAccuracy, double absoluteAccuracy, double functionValueAccuracy, BaseSecantSolver.Method method)
          Construct a solver.
 



Copyright © 2017 CNES. All Rights Reserved.