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.2.419.0 (24.2.419.0)
Syntax public enum GaussJacksonCorrectionMode
Public Enumeration GaussJacksonCorrectionMode
public enum class GaussJacksonCorrectionMode
type GaussJacksonCorrectionMode
Members
| Member name | Description |
---|
| 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