Skip to content

Commit

Permalink
Merge pull request #1054 from st--/patch-1
Browse files Browse the repository at this point in the history
Fix docstring cross-reference
  • Loading branch information
CarloLucibello authored Aug 5, 2021
2 parents e6a8674 + ae9e1c3 commit 7f2b169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/grad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This reverse-mode Jacobian needs to evaluate the pullback once for each element
Doing so is usually only efficient when `length(y)` is small compared to `length(a)`,
otherwise forward mode is likely to be better.
See also [`withjacobian`](@ref), `hessian`](@ref), [`hessian_reverse`](@ref).
See also [`withjacobian`](@ref), [`hessian`](@ref), [`hessian_reverse`](@ref).
# Examples
Expand Down

0 comments on commit 7f2b169

Please sign in to comment.