Click or drag to resize

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

Parameters

derivativeCorrections
Type:System.Double[]
The corrections to the last step's derivatives.
See Also