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 |
---|---|
DoubleFunctionThresholdCrossingIndicated |
DoubleThresholdCrossingIndicatedEventArgs.getFinding()
Gets the finding indicated by this event.
|
Constructor and Description |
---|
DoubleThresholdCrossingIndicatedEventArgs(DoubleFunctionThresholdCrossingIndicated finding)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
DoubleFunctionThresholdCrossingIndicated |
DoubleFunctionThresholdCrossingFound.getIndication()
Gets the finding that originally indicated the existence of this threshold crossing.
|
Constructor and Description |
---|
DoubleFunctionThresholdCrossingFound(DoubleFunctionThresholdCrossingIndicated indication,
double crossingVariable,
double crossingValue)
Initializes a new instance.
|