Skip to content

Commit 86495eb

Browse files
committed
docs: fix references
1 parent 71e9806 commit 86495eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/NonlinearSolveBase/src/jacobian.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Construct a cache for the Jacobian of `f` w.r.t. `u`.
2929
- `jvp_autodiff`: Automatic Differentiation or Finite Differencing backend for computing
3030
the Jacobian-vector product.
3131
- `linsolve`: Linear Solver Algorithm used to determine if we need a concrete jacobian
32-
or if possible we can just use a [`SciMLJacobianOperators.JacobianOperator`](@ref)
33-
instead.
32+
or if possible we can just use a `JacobianOperator` instead.
3433
"""
3534
function construct_jacobian_cache(
3635
prob, alg, f::NonlinearFunction, fu, u = prob.u0, p = prob.p; stats,

0 commit comments

Comments
 (0)