MultipleStepIntegratorUpdateSavedDerivatives Method |
This method is used in order to update the last step's derivatives with any post integration corrections.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract void UpdateSavedDerivatives(
double[] derivativeCorrections
)
Public MustOverride Sub UpdateSavedDerivatives (
derivativeCorrections As Double()
)
public:
virtual void UpdateSavedDerivatives(
array<double>^ derivativeCorrections
) abstract
abstract UpdateSavedDerivatives :
derivativeCorrections : float[] -> unit
Parameters
- derivativeCorrections
- Type: SystemDouble
The corrections to the last step's derivatives.
See Also