diff --git a/src/implicit_function.jl b/src/implicit_function.jl index 52b527d..6202bdd 100644 --- a/src/implicit_function.jl +++ b/src/implicit_function.jl @@ -35,7 +35,7 @@ This requires solving a linear system `A * J = -B` where `A = ∂c/∂y`, `B = # Type parameters -- `lazy`: whether to use a `LinearOperator` from [LinearOperators.jl](https://github.com/JuliaSmoothOptimizers/LinearOperators.jl) (`lazy = true`) or a dense Jacobian matrix (`lazy = false`) for `A` +- `lazy`: whether to use a `LinearOperator` from [LinearOperators.jl](https://github.com/JuliaSmoothOptimizers/LinearOperators.jl) (`lazy = true`) or a dense Jacobian matrix (`lazy = false`) for `A` and `B` # Constructors