Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 297c170

Browse files
Update src/broyden.jl
1 parent 7fff540 commit 297c170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/broyden.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Broyden()
66
A low-overhead implementation of Broyden. This method is non-allocating on scalar
77
and static array problems.
88
"""
9-
109
struct Broyden <: AbstractSimpleNonlinearSolveAlgorithm end
1110

1211
function SciMLBase.solve(prob::NonlinearProblem,

0 commit comments

Comments
 (0)