You are here: Symbol Reference > MtxIntDiff Namespace > Structs, Records, Enums > MtxIntDiff.TNumericGradMethod Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxIntDiff.TNumericGradMethod Enumeration

Numerical gradient approximation methods.

Pascal
TNumericGradMethod = ( numRichardson, numDifference );
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.

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