TNumericGradMethod Enumeration

Source: MtxIntDiff.cs · Assembly: Dew.Math

public enum TNumericGradMethod

Numerical gradient approximation methods.

Defines different numerical gradient approximation methods.

Values

NameDescription
numDifferenceNumerical differentiation using the forward difference quotient.
numRichardsonHigh precision numerical differentiation. The algorithm uses Richardson extrapolation of three values of the symmetric difference quotient.