diff --git a/lib/NonlinearSolveBase/src/jacobian.jl b/lib/NonlinearSolveBase/src/jacobian.jl index 6ab31efd2..363b7b77a 100644 --- a/lib/NonlinearSolveBase/src/jacobian.jl +++ b/lib/NonlinearSolveBase/src/jacobian.jl @@ -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,