Uses of Interface
org.apache.commons.math4.analysis.solvers.BracketedRealFieldUnivariateSolver
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
-
Uses of BracketedRealFieldUnivariateSolver in org.apache.commons.math4.analysis.solvers
Classes in org.apache.commons.math4.analysis.solvers that implement BracketedRealFieldUnivariateSolver Modifier and Type Class Description classFieldBracketingNthOrderBrentSolver<T extends RealFieldElement<T>>This class implements a modification of the Brent algorithm.