Class BracketingNthOrderBrentSolverDFP

java.lang.Object
org.apache.commons.math3.analysis.solvers.FieldBracketingNthOrderBrentSolver<Dfp>
org.apache.commons.math3.dfp.BracketingNthOrderBrentSolverDFP
All Implemented Interfaces:
BracketedRealFieldUnivariateSolver<Dfp>

@Deprecated public class BracketingNthOrderBrentSolverDFP extends FieldBracketingNthOrderBrentSolver<Dfp>
Deprecated.
as of 3.6 replaced with FieldBracketingNthOrderBrentSolver
This class implements a modification of the Brent algorithm.

The changes with respect to the original Brent algorithm are:

  • the returned value is chosen in the current interval according to user specified AllowedSolution,
  • the maximal order for the invert polynomial root search is user-specified instead of being invert quadratic only

The given interval must bracket the root.