Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Oct 2, 2024
1 parent dcb6c6d commit 4dda683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/nested_autodiff.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ calculation.

Notice that in this example the Jacobian `J` consists on the full matrix of derivatives of `smodel` with respect
the different inputs in `x`. In many cases, we are interested in computing the Jacobian with respect to each
input individually, avoiding the unnecessary calculation of zero entries of the Jacobian. This can be achived with
input individually, avoiding the unnecessary calculation of zero entries of the Jacobian. This can be achieved with
[`batched_jacobian`](@ref) to parse the calculation of the Jacobian per each single input. Using the same example
from the previous section:

Expand Down

0 comments on commit 4dda683

Please sign in to comment.