B F O
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BrentSolver - Class in org.apache.commons.numbers.rootfinder
-
This class implements the Brent algorithm for finding zeros of real univariate functions.
- BrentSolver(double, double, double) - Constructor for class org.apache.commons.numbers.rootfinder.BrentSolver
-
Construct a solver.
F
- findRoot(DoubleUnaryOperator, double, double) - Method in class org.apache.commons.numbers.rootfinder.BrentSolver
-
Search the function's zero within the given interval.
- findRoot(DoubleUnaryOperator, double, double, double) - Method in class org.apache.commons.numbers.rootfinder.BrentSolver
-
Search the function's zero within the given interval, starting from the given estimate.
O
- org.apache.commons.numbers.rootfinder - package org.apache.commons.numbers.rootfinder
-
Root finding utilities.
All Classes All Packages