Create a new
UnivariateRealSolver for the given function. The
solver is an implementation of the bisection method.
Parameters: f - the function. the new solver.
Create a new
UnivariateRealSolver for the given function. The
solver is an implementation of the Brent method.
Parameters: f - the function. the new solver.
Create a new
UnivariateRealSolver for the given function. The
actual solver returned is determined by the underlying factory.
This factory returns a
BrentSolver instance.
Parameters: f - the function. the new solver.
Create a new
UnivariateRealSolver for the given function. The
solver is an implementation of Newton's Method.
Parameters: f - the function. the new solver.
Create a new
UnivariateRealSolver for the given function. The
solver is an implementation of the secant method.
Parameters: f - the function. the new solver.
Methods inherited from org.apache.commons.math.analysis.UnivariateRealSolverFactory