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 1ffd1e9 commit aae08c4Copy full SHA for aae08c4
src/grad.jl
@@ -1,4 +1,4 @@
1
-export grad, jacobian
+export grad, jacobian, jvp, j′vp, to_vec
2
function replace_arg(x, xs::Tuple, k::Int)
3
return ntuple(length(xs)) do p
4
if p == k
0 commit comments