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.
1 parent 8377d66 commit 3141143Copy full SHA for 3141143
lib/NonlinearSolveBase/src/NonlinearSolveBase.jl
@@ -22,7 +22,7 @@ using SciMLBase: SciMLBase, ReturnCode, AbstractODEIntegrator, AbstractNonlinear
22
NonlinearFunction, NLStats, LinearProblem,
23
LinearAliasSpecifier, ImmutableNonlinearProblem, NonlinearAliasSpecifier,
24
promote_u0, get_concrete_u0, get_concrete_p,
25
- has_kwargs, extract_alg, promote_u0, checkkwargs, SteadyStateProblem, EnsembleProblem
+ has_kwargs, extract_alg, promote_u0, checkkwargs, SteadyStateProblem
26
import SciMLBase: solve, init, __init, __solve, wrap_sol, get_root_indp, isinplace, remake
27
using SciMLJacobianOperators: JacobianOperator, StatefulJacobianOperator
28
using SciMLOperators: AbstractSciMLOperator, IdentityOperator
0 commit comments