Skip to content

Commit

Permalink
Update docs/src/tutorials/nonlinear/operator_ad.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 23, 2024
1 parent 156d666 commit 0a983e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/nonlinear/operator_ad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ fdiff_rosenbrock()

# ### Gradient

# The gradient can be computed using `ForwardDiff.autodiff` with the
# The gradient can be computed using `Enzyme.autodiff` with the
# `Enzyme.Reverse` mode. We need to wrap `x` in `Enzyme.Active` to indicate that
# we want to compute the derivatives with respect to these arguments.

Expand Down

0 comments on commit 0a983e9

Please sign in to comment.