Uses of Class
org.hipparchus.analysis.solvers.BaseSecantSolver
Package
Description
Root finding algorithms, for univariate real functions.
-
Uses of BaseSecantSolver in org.hipparchus.analysis.solvers
Modifier and TypeClassDescriptionclass
Implements the Illinois method for root-finding (approximating a zero of a univariate real function).class
Implements the Pegasus method for root-finding (approximating a zero of a univariate real function).class
Implements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).