We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e5c04 commit a826a45Copy full SHA for a826a45
src/NonlinearSolve.jl
@@ -7,7 +7,7 @@ using FastClosures: @closure
7
8
using ADTypes: ADTypes
9
using ArrayInterface: ArrayInterface
10
-using CommonSolve: CommonSolve, solve, solve!
+using CommonSolve: CommonSolve, init, solve, solve!
11
using DiffEqBase: DiffEqBase # Needed for `init` / `solve` dispatches
12
using LinearAlgebra: LinearAlgebra, norm
13
using LineSearch: BackTracking
0 commit comments