Skip to content

Commit

Permalink
docs: fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 31, 2024
1 parent 71e9806 commit 86495eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/NonlinearSolveBase/src/jacobian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Construct a cache for the Jacobian of `f` w.r.t. `u`.
- `jvp_autodiff`: Automatic Differentiation or Finite Differencing backend for computing
the Jacobian-vector product.
- `linsolve`: Linear Solver Algorithm used to determine if we need a concrete jacobian
or if possible we can just use a [`SciMLJacobianOperators.JacobianOperator`](@ref)
instead.
or if possible we can just use a `JacobianOperator` instead.
"""
function construct_jacobian_cache(
prob, alg, f::NonlinearFunction, fu, u = prob.u0, p = prob.p; stats,
Expand Down

0 comments on commit 86495eb

Please sign in to comment.