You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TNumericGradMethod Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TNumericGradMethod Enumeration

Numerical gradient approximation methods.

Syntax
C#
Visual Basic
public enum TNumericGradMethod : uint { numRichardson, numDifference }

MtxIntDiff.cs

Members 
Description 
numRichardson 
High precision numerical differentiation. The algorithm uses Richardson extrapolation of three values of the symmetric difference quotient. 
numDifference 
Numerical differentiation using the forward difference quotient. 

Defines different numerical gradient approximation methods.

NumericGradRichardson, NumericGradDifference

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!