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 37f63af commit f677183Copy full SHA for f677183
src/grad.jl
@@ -41,7 +41,7 @@ function grad(fdm, f, d::Dict{K, V}) where {K, V}
41
∇d[k] = grad(fdm, f′, v)[1]
42
d[k] = dk
43
end
44
- return (dd, )
+ return (∇d, )
45
46
47
function grad(fdm, f, x)
0 commit comments