| Package | Description | 
|---|---|
| gov.sandia.cognition.learning.algorithm.root | 
 Provides algorithms for finding the roots, or zero crossings, of scalar functions. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RootFinderBisectionMethod
Bisection algorithm for root finding. 
 | 
class  | 
RootFinderFalsePositionMethod
The false-position algorithm for root finding. 
 | 
class  | 
RootFinderRiddersMethod
The root-finding algorithm due to Ridders. 
 | 
class  | 
RootFinderSecantMethod
The secant algorithm for root finding. 
 |