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 c1be9cc commit 17b9f1cCopy full SHA for 17b9f1c
src/DeepEquilibriumNetworks.jl
@@ -2,9 +2,9 @@ module DeepEquilibriumNetworks
2
3
using ADTypes: AutoFiniteDiff, AutoForwardDiff, AutoZygote
4
using ChainRulesCore: ChainRulesCore
5
-using CommonSolve: solve
+using CommonSolve: solve, init
6
using ConcreteStructs: @concrete
7
-using DiffEqBase
+using DiffEqBase: DiffEqBase
8
using NonlinearSolveBase: AbsNormTerminationMode
9
using FastClosures: @closure
10
using Random: Random, AbstractRNG, randn!
0 commit comments