Home
last modified time | relevance | path

Searched defs:BrentSolver (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DBrentSolver.java35 public class BrentSolver extends UnivariateRealSolverImpl { class
61 public BrentSolver(UnivariateRealFunction f) { in BrentSolver() method in BrentSolver
70 public BrentSolver() { in BrentSolver() method in BrentSolver
80 public BrentSolver(double absoluteAccuracy) { in BrentSolver() method in BrentSolver
91 public BrentSolver(int maximumIterations, double absoluteAccuracy) { in BrentSolver() method in BrentSolver