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 |
AbstractBracketedRootFinder
Partial implementation of RootFinder that maintains a bracket on the root.
|
class |
RootFinderBisectionMethod
Bisection algorithm for root finding.
|
class |
RootFinderFalsePositionMethod
The false-position algorithm for root finding.
|
class |
RootFinderNewtonsMethod
Newton's method, sometimes called Newton-Raphson method, uses first-order
derivative information to iteratively locate a root.
|
class |
RootFinderRiddersMethod
The root-finding algorithm due to Ridders.
|
class |
RootFinderSecantMethod
The secant algorithm for root finding.
|
Modifier and Type | Method and Description |
---|---|
AbstractRootFinder |
AbstractRootFinder.clone() |