Commit 3a891d7
Add relstep and absstep parameters (#693)
* add relstep and absstep
* format with bluestyle
* add step to all prep and prep-less
* import default relstep func
* fix fdtype bug
* add missing comma
* reformat
* Update DifferentiationInterface/ext/DifferentiationInterfaceFiniteDiffExt/onearg.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* Update DifferentiationInterface/ext/DifferentiationInterfaceFiniteDiffExt/onearg.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* Update DifferentiationInterface/ext/DifferentiationInterfaceFiniteDiffExt/onearg.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* Update DifferentiationInterface/ext/DifferentiationInterfaceFiniteDiffExt/onearg.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* Update DifferentiationInterface/ext/DifferentiationInterfaceFiniteDiffExt/onearg.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* Update DifferentiationInterface/ext/DifferentiationInterfaceFiniteDiffExt/twoarg.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* Update DifferentiationInterface/ext/DifferentiationInterfaceFiniteDiffExt/onearg.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* make prep a named argument
* format
* remove unnecesary argument names
* Update DifferentiationInterface/ext/DifferentiationInterfaceFiniteDiffExt/onearg.jl
* fix fdtype
* format
* fix hessian step
* forgot to format again...
* Finishing touch
---------
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>1 parent 8dcd924 commit 3a891d7
5 files changed
Lines changed: 252 additions & 71 deletions
File tree
- DifferentiationInterface
- ext/DifferentiationInterfaceFiniteDiffExt
- test/Back/FiniteDiff
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments