Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public abstract void UpdateSavedDerivatives(
	double[] derivativeCorrections
)

Parameters

derivativeCorrections
Type: SystemDouble
The corrections to the last step's derivatives.
See Also