We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HomotopyNonlinearFunction
1 parent 3b0d472 commit b8e6aaeCopy full SHA for b8e6aae
src/scimlfunctions.jl
@@ -2467,6 +2467,7 @@ end
2467
2468
(f::ODEFunction)(args...) = f.f(args...)
2469
(f::NonlinearFunction)(args...) = f.f(args...)
2470
+(f::HomotopyNonlinearFunction)(args...) = f.f(args...)
2471
(f::IntervalNonlinearFunction)(args...) = f.f(args...)
2472
(f::IntegralFunction)(args...) = f.f(args...)
2473
(f::BatchIntegralFunction)(args...) = f.f(args...)
0 commit comments