| Package | Description |
|---|---|
| agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolvableMultivariableFunction.addDerivativeEvaluationEvent(EventHandler<SolverFunctionDerivativeEvaluatedEventArgs> value)
An event that gets raised when the derivative of the function is evaluated.
|
void |
SolvableMultivariableFunction.removeDerivativeEvaluationEvent(EventHandler<SolverFunctionDerivativeEvaluatedEventArgs> value)
An event that gets raised when the derivative of the function is evaluated.
|