Skip to content

Commit b8e6aae

Browse files
feat: allow directly calling HomotopyNonlinearFunction
1 parent 3b0d472 commit b8e6aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,6 +2467,7 @@ end
24672467

24682468
(f::ODEFunction)(args...) = f.f(args...)
24692469
(f::NonlinearFunction)(args...) = f.f(args...)
2470+
(f::HomotopyNonlinearFunction)(args...) = f.f(args...)
24702471
(f::IntervalNonlinearFunction)(args...) = f.f(args...)
24712472
(f::IntegralFunction)(args...) = f.f(args...)
24722473
(f::BatchIntegralFunction)(args...) = f.f(args...)

0 commit comments

Comments
 (0)