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 754f3e2 commit fbf0bd8Copy full SHA for fbf0bd8
lib/NonlinearSolveBase/src/NonlinearSolveBase.jl
@@ -28,6 +28,7 @@ using SciMLBase: SciMLBase, ReturnCode, AbstractODEIntegrator, AbstractNonlinear
28
IncompatibleInitialConditionError, NO_DEFAULT_ALGORITHM_MESSAGE, NoDefaultAlgorithmError,
29
NON_SOLVER_MESSAGE, NonSolverError, DIRECT_AUTODIFF_INCOMPATIBILITY_MESSAGE, DirectAutodiffError
30
import SciMLBase: solve, init, __init, __solve, wrap_sol, get_root_indp, isinplace, remake
31
+
32
using SciMLJacobianOperators: JacobianOperator, StatefulJacobianOperator
33
using SciMLOperators: AbstractSciMLOperator, IdentityOperator
34
using SymbolicIndexingInterface: SymbolicIndexingInterface
0 commit comments