| Package | Description | 
|---|---|
| agi.foundation.numericalmethods | 
 Contains general numerical algorithms. 
 | 
| agi.foundation.numericalmethods.advanced | 
 Contains additional advanced numerical algorithms and supporting types. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DoubleFunctionExplorer | 
DoubleFunctionDetails.getExplorer()
Gets the  
DoubleFunctionExplorer that is exploring this function. | 
| Modifier and Type | Method and Description | 
|---|---|
DoubleFunctionExplorer | 
DoubleFunctionThresholdCrossingIndicated.getExplorer()
Gets the  
DoubleFunctionExplorer that found this indicated crossing. | 
DoubleFunctionExplorer | 
DoubleFunctionThresholdCrossingFound.getExplorer()
Gets the  
DoubleFunctionExplorer that found this crossing. | 
DoubleFunctionExplorer | 
DoubleFunctionExtremumIndicated.getExplorer()
Gets the  
DoubleFunctionExplorer that found this indicated extremum. | 
DoubleFunctionExplorer | 
DoubleFunctionExtremumFound.getExplorer()
Gets the  
DoubleFunctionExplorer that found this extremum. | 
DoubleFunctionExplorer | 
DoubleFunctionExplorerProgress.getExplorer()
Gets the explorer instance that is reporting progress. 
 | 
| Constructor and Description | 
|---|
DoubleFunctionExplorerProgress(DoubleFunctionExplorer explorer,
                              double start,
                              double stop,
                              double complete,
                              int percentComplete)
Initializes a new instance. 
 | 
DoubleFunctionExtremumIndicated(DoubleFunctionExplorer explorer,
                               DoubleFunctionDetails function,
                               double leftVariable,
                               double leftValue,
                               double middleVariable,
                               double middleValue,
                               double rightVariable,
                               double rightValue)
Initializes a new instance. 
 | 
DoubleFunctionThresholdCrossingIndicated(DoubleFunctionExplorer explorer,
                                        DoubleFunctionDetails function,
                                        DoubleFunctionThresholdDetails threshold,
                                        DoubleFunctionExtremumFound extremum,
                                        double leftVariable,
                                        double leftValue,
                                        double rightVariable,
                                        double rightValue)
Initializes a new instance. 
 |