@@ -8,9 +8,9 @@ import Reexport: @reexport
8
8
import PrecompileTools: @recompile_invalidations , @compile_workload , @setup_workload
9
9
10
10
@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
14
14
15
15
import ArrayInterface: undefmatrix, can_setindex, restructure, fast_scalar_indexing
16
16
import DiffEqBase: AbstractNonlinearTerminationMode,
142
142
143
143
# Core Algorithms
144
144
export NewtonRaphson, PseudoTransient, Klement, Broyden, LimitedMemoryBroyden, DFSane,
145
- MultiStepNonlinearSolver
145
+ MultiStepNonlinearSolver
146
146
export GaussNewton, LevenbergMarquardt, TrustRegion
147
147
export NonlinearSolvePolyAlgorithm,
148
148
RobustMultiNewton, FastShortcutNonlinearPolyalg, FastShortcutNLLSPolyalg
@@ -156,7 +156,7 @@ export GeneralizedFirstOrderAlgorithm, ApproximateJacobianSolveAlgorithm, Genera
156
156
157
157
# Descent Algorithms
158
158
export NewtonDescent, SteepestDescent, Dogleg, DampedNewtonDescent,
159
- GeodesicAcceleration, GenericMultiStepDescent
159
+ GeodesicAcceleration, GenericMultiStepDescent
160
160
# # Multistep Algorithms
161
161
export MultiStepSchemes
162
162
0 commit comments