Skip to content

Commit f59fc6a

Browse files
committed
chore: all files
1 parent 919e349 commit f59fc6a

File tree

6 files changed

+5
-0
lines changed

6 files changed

+5
-0
lines changed

lib/SimpleNonlinearSolve/src/SimpleNonlinearSolve.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ is_extension_loaded(::Val) = false
2727

2828
include("utils.jl")
2929

30+
include("broyden.jl")
31+
include("dfsane.jl")
32+
include("halley.jl")
3033
include("klement.jl")
34+
include("lbroyden.jl")
3135
include("raphson.jl")
36+
include("trust_region.jl")
3237

3338
# By Pass the highlevel checks for NonlinearProblem for Simple Algorithms
3439
function CommonSolve.solve(prob::NonlinearProblem,

lib/SimpleNonlinearSolve/src/broyden.jl

Whitespace-only changes.

lib/SimpleNonlinearSolve/src/dfsane.jl

Whitespace-only changes.

lib/SimpleNonlinearSolve/src/halley.jl

Whitespace-only changes.

lib/SimpleNonlinearSolve/src/lbroyden.jl

Whitespace-only changes.

lib/SimpleNonlinearSolve/src/trust_region.jl

Whitespace-only changes.

0 commit comments

Comments
 (0)