Skip to content

Commit

Permalink
and B
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Apr 17, 2024
1 parent 903f32e commit 37504a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/implicit_function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37504a1

Please sign in to comment.