Click or drag to resize

GaussJacksonCorrectionMode Enumeration

Indicates whether to use the full derivative function when computing corrections or whether to use only "fast" derivatives when computing corrections. For more details on "fast" and "slow" derivatives, see DependentVariableDerivatives.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum GaussJacksonCorrectionMode
Members
  Member nameDescription
FullCorrection Indicates full derivative information should be used to compute corrections.
PseudoCorrection Indicates that only 'fast' derivatives should be used when computing corrections.
See Also