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 |
---|---|
JulianDateFunctionDetails |
JulianDateFunctionSampledEventArgs.getFunction()
Gets the function that was sampled.
|
Constructor and Description |
---|
JulianDateFunctionSampledEventArgs(JulianDateFunctionDetails function,
JulianDate sampleDate,
double sampleValue)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
JulianDateFunctionDetails |
JulianDateFunctionCollection.add(JulianDateSimpleFunction function)
Adds a function to the collection.
|
JulianDateFunctionDetails |
JulianDateFunctionCollection.add(JulianDateSimpleFunction function,
double threshold)
Adds a function to the collection, and adds a threshold value that is of interest while
exploring the function.
|
JulianDateFunctionDetails |
JulianDateFunctionThresholdCrossingIndicated.getFunction()
Gets the function that crossed the threshold.
|
JulianDateFunctionDetails |
JulianDateFunctionThresholdCrossingFound.getFunction()
Gets the function that crossed the threshold.
|
JulianDateFunctionDetails |
JulianDateFunctionExtremumIndicated.getFunction()
Gets the function for which the extremum is indicated.
|
JulianDateFunctionDetails |
JulianDateFunctionExtremumFound.getFunction()
Gets the function for which the extremum was found.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JulianDateFunctionCollection.insertItem(int index,
JulianDateFunctionDetails item)
Inserts an element into the collection at the specified index.
|
protected void |
JulianDateFunctionCollection.setItem(int index,
JulianDateFunctionDetails item)
Replaces the element at the specified index.
|
Constructor and Description |
---|
JulianDateFunctionExtremumIndicated(JulianDateFunctionExplorer explorer,
JulianDateFunctionDetails function,
JulianDate leftDate,
double leftValue,
JulianDate middleDate,
double middleValue,
JulianDate rightDate,
double rightValue)
Initializes a new instance.
|
JulianDateFunctionThresholdCrossingIndicated(JulianDateFunctionExplorer explorer,
JulianDateFunctionDetails function,
JulianDateFunctionThresholdDetails threshold,
JulianDateFunctionExtremumFound extremum,
JulianDate leftDate,
double leftValue,
JulianDate rightDate,
double rightValue)
Initializes a new instance.
|