File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4
4
version = " 0.3.5"
5
5
6
6
[deps ]
7
+ ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
7
8
FiniteDiff = " 6a86dc24-6348-571c-b903-95158fe2bd41"
8
9
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
10
+ IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
11
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
12
RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
13
+ RecursiveFactorization = " f2c3362d-daeb-58d1-803e-2bc74f2840b4"
10
14
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
11
15
SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
12
16
Setfield = " efcf1570-3423-57d1-acb7-fd33fddbac46"
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ using ForwardDiff: Dual
7
7
using Setfield
8
8
using StaticArrays
9
9
using RecursiveArrayTools
10
+ using LinearAlgebra
11
+ import ArrayInterface
12
+ import IterativeSolvers
13
+ import RecursiveFactorization
10
14
11
15
@reexport using SciMLBase
12
16
You can’t perform that action at this time.
0 commit comments