File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " NonlinearSolve"
2
2
uuid = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3
3
authors = [
" Kanav Gupta <[email protected] >" ]
4
- version = " 0.3.18 "
4
+ version = " 0.3.19 "
5
5
6
6
[deps ]
7
7
ArrayInterfaceCore = " 30b0a656-2188-435a-8636-2ec0e6a096e2"
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