File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ import RecursiveFactorization
14
14
15
15
@reexport using SciMLBase
16
16
17
- abstract type AbstractNonlinearProblem{uType,isinplace} end
18
- abstract type AbstractNonlinearSolveAlgorithm end
17
+ abstract type AbstractNonlinearSolveAlgorithm <: SciMLBase.AbstractNonlinearAlgorithm end
19
18
abstract type AbstractBracketingAlgorithm <: AbstractNonlinearSolveAlgorithm end
20
19
abstract type AbstractNewtonAlgorithm{CS,AD} <: AbstractNonlinearSolveAlgorithm end
21
- abstract type AbstractNonlinearSolver end
22
- abstract type AbstractImmutableNonlinearSolver <: AbstractNonlinearSolver end
20
+ abstract type AbstractImmutableNonlinearSolver <: AbstractNonlinearSolveAlgorithm end
23
21
24
22
include (" utils.jl" )
25
23
include (" jacobian.jl" )
You can’t perform that action at this time.
0 commit comments