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.
Describe the bug 🐞 On master, with e.g.
using OrdinaryDiffEqRosenbrock using OrdinaryDiffEqNonlinearSolve
at least the symbol AutoForwardDiff is not exported, which is part of the API for choosing autodiff I believe. With
AutoForwardDiff
using OrdinaryDiffEq
the symbol is exported.