Uses of Class
org.apache.commons.math4.analysis.solvers.BaseSecantSolver
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
-
Uses of BaseSecantSolver in org.apache.commons.math4.analysis.solvers
Subclasses of BaseSecantSolver in org.apache.commons.math4.analysis.solvers Modifier and Type Class Description classIllinoisSolverImplements the Illinois method for root-finding (approximating a zero of a univariate real function).classPegasusSolverImplements the Pegasus method for root-finding (approximating a zero of a univariate real function).classRegulaFalsiSolverImplements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).