Uses of Class
org.apache.commons.math3.analysis.solvers.BaseSecantSolver
Packages that use BaseSecantSolver
Package
Description
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.solversModifier and TypeClassDescriptionclassImplements the Illinois method for root-finding (approximating a zero of a univariate real function).classImplements the Pegasus method for root-finding (approximating a zero of a univariate real function).classImplements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).