Skip to content

Commit

Permalink
refactor: Fix nodual_value
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Dec 4, 2024
1 parent 8bacad1 commit b6a2406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ using SciMLBase: SciMLBase, AbstractNonlinearProblem, IntervalNonlinearProblem,
NonlinearProblem, NonlinearLeastSquaresProblem, remake

using NonlinearSolveBase: NonlinearSolveBase, ImmutableNonlinearProblem, Utils, InternalAPI,
AbstractNonlinearSolveCache, NonlinearSolvePolyAlgorithm,
NonlinearSolveForwardDiffCache
NonlinearSolvePolyAlgorithm, NonlinearSolveForwardDiffCache

const DI = DifferentiationInterface

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using CommonSolve: CommonSolve, init
using ForwardDiff: ForwardDiff, Dual
using SciMLBase: SciMLBase, NonlinearProblem, NonlinearLeastSquaresProblem

using NonlinearSolveBase: NonlinearSolveBase
using NonlinearSolveBase: NonlinearSolveBase, nondual_value

using NonlinearSolveQuasiNewton: QuasiNewtonAlgorithm

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using CommonSolve: CommonSolve, init
using ForwardDiff: ForwardDiff, Dual
using SciMLBase: SciMLBase, NonlinearProblem, NonlinearLeastSquaresProblem

using NonlinearSolveBase: NonlinearSolveBase
using NonlinearSolveBase: NonlinearSolveBase, nodual_value

using NonlinearSolveSpectralMethods: GeneralizedDFSane

Expand Down

0 comments on commit b6a2406

Please sign in to comment.