File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
16
16
ProgressLogging = " 33c8b6b6-d38a-422a-b730-caa89a2f386c"
17
17
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
18
18
RecipesBase = " 3cdcf5f2-1ef4-517c-9805-6587b60abb01"
19
+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
19
20
SparseConnectivityTracer = " 9f842d2f-2579-4b1d-911e-f412cf18a3f5"
20
21
SparseMatrixColorings = " 0a514795-09f3-496d-8182-132a7b665d35"
21
22
@@ -36,6 +37,7 @@ PrecompileTools = "1"
36
37
ProgressLogging = " 0.1"
37
38
Random = " 1.10"
38
39
RecipesBase = " 1"
40
+ SparseArrays = " 1.11.0"
39
41
SparseConnectivityTracer = " 0.6.13"
40
42
SparseMatrixColorings = " 0.4.14"
41
43
TestItemRunner = " 1"
Original file line number Diff line number Diff line change 1
1
module ModelPredictiveControl
2
2
3
3
using PrecompileTools
4
- using LinearAlgebra
4
+ using LinearAlgebra, SparseArrays
5
5
using Random: randn
6
6
7
7
using RecipesBase
You can’t perform that action at this time.
0 commit comments