Uses of Class
org.apache.commons.math3.analysis.solvers.BaseSecantSolver

Packages that use BaseSecantSolver
org.apache.commons.math3.analysis.solvers Root finding algorithms, for univariate real functions. 
 

Uses of BaseSecantSolver in org.apache.commons.math3.analysis.solvers
 

Subclasses of BaseSecantSolver in org.apache.commons.math3.analysis.solvers
 class IllinoisSolver
          Implements the Illinois method for root-finding (approximating a zero of a univariate real function).
 class PegasusSolver
          Implements the Pegasus method for root-finding (approximating a zero of a univariate real function).
 class RegulaFalsiSolver
          Implements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).
 



Copyright © 2017 CNES. All Rights Reserved.