Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
NumericallyComputedMultivariableFunctionDerivativeResults
The results of an evaluation of the derivative of a
SolvableMultivariableFunction when that evaluation
was done with a numerical algorithm. |
Modifier and Type | Method and Description |
---|---|
SolvableMultivariableFunctionDerivativeResults |
SolvableMultivariableFunction.evaluateDerivative(double[] variables,
boolean multithreaded,
ITrackCalculationProgress progressTracker)
Evaluates the Jacobian of this function.
|
SolvableMultivariableFunctionDerivativeResults |
SolvableMultivariableFunction.evaluateDerivative(double[] variables,
boolean multithreaded,
SolvableMultivariableFunctionResults valueResults,
ITrackCalculationProgress progressTracker)
Evaluates the Jacobian of this function.
|
SolvableMultivariableFunctionDerivativeResults |
SolvableMultivariableFunctionEvaluationAndDerivativeResults.getDerivativeResults()
Gets the derivative results from the evaluation of the
SolvableMultivariableFunction . |
SolvableMultivariableFunctionDerivativeResults |
MultivariableFunctionSolverIterationResults.getDerivativeResults()
Gets the results of the evaluation of the
functions derivative. |
SolvableMultivariableFunctionDerivativeResults |
DifferentialCorrectorStepResult.getDerivativeResults()
Gets the results of this iteration of the evaluation of the derivative of the
SolvableMultivariableFunction being solved for. |
SolvableMultivariableFunctionDerivativeResults |
SolverFunctionDerivativeEvaluatedEventArgs.getResults()
Gets the
SolvableMultivariableFunctionDerivativeResults from the
MultivariableFunctionSolver that raised the event. |
Modifier and Type | Method and Description |
---|---|
protected void |
SolvableMultivariableFunction.callDerivativeEvaluationEvent(SolvableMultivariableFunctionDerivativeResults derivativeResults)
|