Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetedSegmentListDifferentialCorrector.addNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal orbit is evaluated with no perturbations.
|
void |
SolvableMultivariableFunction.addNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal function is evaluated.
|
void |
TargetedSegmentListDifferentialCorrector.addPerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed orbit is computed.
|
void |
SolvableMultivariableFunction.addPerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
|
void |
TargetedSegmentListDifferentialCorrector.removeNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal orbit is evaluated with no perturbations.
|
void |
SolvableMultivariableFunction.removeNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal function is evaluated.
|
void |
TargetedSegmentListDifferentialCorrector.removePerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed orbit is computed.
|
void |
SolvableMultivariableFunction.removePerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
|