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 |
RootBracketExpander
The root-bracketing expansion algorithm.
|
Modifier and Type | Field and Description |
---|---|
static RootBracketer |
AbstractBracketedRootFinder.DEFAULT_ROOT_BRACKETER
Default root-bracketing algorithm, RootBracketExpander.
|
Modifier and Type | Method and Description |
---|---|
RootBracketer |
AbstractBracketedRootFinder.getBracketer()
Gets the root-bracketing algorithm that will be used to initially
bracket the root.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBracketedRootFinder.setBracketer(RootBracketer bracketer)
Gets the root-bracketing algorithm that will be used to initially
bracket the root.
|