Skip to content

Commit

Permalink
refactor: Implicit import NonlinearSolvePolyAlgorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Nov 14, 2024
1 parent 902ecfa commit f43dc9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ using NonlinearSolveBase: NonlinearSolveBase, AbstractNonlinearSolveAlgorithm,
AbstractDampingFunctionCache, AbstractTrustRegionMethod,
AbstractTrustRegionMethodCache,
Utils, InternalAPI, get_timer_output, @static_timeit,
update_trace!, L2_NORM,
update_trace!, L2_NORM, NonlinearSolvePolyAlgorithm,
NewtonDescent, DampedNewtonDescent, GeodesicAcceleration,
Dogleg
using SciMLBase: SciMLBase, AbstractNonlinearProblem, NLStats, ReturnCode,
Expand Down

0 comments on commit f43dc9a

Please sign in to comment.