Summary
Numerical gradient approximation methods.
Unit
MtxIntDiff
Declaration
TNumericGradMethod = (numRichardson,numDifference);
| Value | 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. |
Description
Defines different numerical gradient approximation methods.
| Copyright 2008 Dew Research |
http://www.dewresearch.com