Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the stepsize for finite difference evaluations at the specified scalar.
The formula used is stepsize(u) = cbrt(epsilon) * max(1,
abs(u)).
u | initial value to increment |
Definition at line 21 of file finite_diff_stepsize.hpp.