We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fc83a commit b0922f6Copy full SHA for b0922f6
src/jvp.jl
@@ -11,7 +11,7 @@
11
function finite_difference_jvp(
12
f,
13
x,
14
- v
+ v,
15
fdtype = Val(:forward),
16
f_in = nothing;
17
relstep=default_relstep(eltype(x), eltype(x)),
0 commit comments