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