@@ -8,9 +8,9 @@ import Reexport: @reexport
88import PrecompileTools: @recompile_invalidations , @compile_workload , @setup_workload
99
1010@recompile_invalidations begin
11- using ADTypes, ConcreteStructs, DiffEqBase, FastBroadcast, FastClosures, LazyArrays ,
12- LineSearches, LinearAlgebra, LinearSolve, MaybeInplace, Preferences, Printf ,
13- SciMLBase, SimpleNonlinearSolve, SparseArrays, SparseDiffTools
11+ using Accessors, ADTypes, ConcreteStructs, DiffEqBase, FastBroadcast, FastClosures,
12+ LazyArrays, LineSearches, LinearAlgebra, LinearSolve, MaybeInplace, Preferences,
13+ Printf, SciMLBase, SimpleNonlinearSolve, SparseArrays, SparseDiffTools
1414
1515 import ArrayInterface: undefmatrix, can_setindex, restructure, fast_scalar_indexing
1616 import DiffEqBase: AbstractNonlinearTerminationMode,
142142
143143# Core Algorithms
144144export NewtonRaphson, PseudoTransient, Klement, Broyden, LimitedMemoryBroyden, DFSane,
145- MultiStepNonlinearSolver
145+ MultiStepNonlinearSolver
146146export GaussNewton, LevenbergMarquardt, TrustRegion
147147export NonlinearSolvePolyAlgorithm,
148148 RobustMultiNewton, FastShortcutNonlinearPolyalg, FastShortcutNLLSPolyalg
@@ -156,7 +156,7 @@ export GeneralizedFirstOrderAlgorithm, ApproximateJacobianSolveAlgorithm, Genera
156156
157157# Descent Algorithms
158158export NewtonDescent, SteepestDescent, Dogleg, DampedNewtonDescent,
159- GeodesicAcceleration, GenericMultiStepDescent
159+ GeodesicAcceleration, GenericMultiStepDescent
160160# # Multistep Algorithms
161161export MultiStepSchemes
162162
0 commit comments