-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
48 lines (42 loc) · 1.82 KB
/
Project.toml
File metadata and controls
48 lines (42 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name = "SparseMatrixIdentification"
uuid = "2607229e-3272-44a7-bc4a-cd97a328dfbf"
version = "1.0.0"
authors = ["Anastasia Dunca"]
[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
FastAlmostBandedMatrices = "9d29842c-ecb8-4973-b1e9-a27b1157504e"
SemiseparableMatrices = "f8ebbe35-cbfb-4060-bf7f-b10e4670cf57"
SpecialMatrices = "928aab9d-ef52-54ac-8ca1-acd7ca42c160"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
[extensions]
BandedMatricesExt = "BandedMatrices"
BlockBandedMatricesExt = ["BlockBandedMatrices", "BandedMatrices"]
FastAlmostBandedMatricesExt = ["FastAlmostBandedMatrices", "BandedMatrices"]
SpecialMatricesExt = "SpecialMatrices"
ToeplitzMatricesExt = "ToeplitzMatrices"
[compat]
ArrayInterface = "7"
BandedMatrices = "1.10.2"
BlockBandedMatrices = "0.13.4"
FastAlmostBandedMatrices = "0.1.5"
SemiseparableMatrices = "0.4.0"
SpecialMatrices = "3.1.0"
ToeplitzMatrices = "0.8.5"
julia = "1.9"
[extras]
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
FastAlmostBandedMatrices = "9d29842c-ecb8-4973-b1e9-a27b1157504e"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
SpecialMatrices = "928aab9d-ef52-54ac-8ca1-acd7ca42c160"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
[targets]
test = ["AllocCheck", "BandedMatrices", "BenchmarkTools", "BlockBandedMatrices", "FastAlmostBandedMatrices", "JLArrays", "SpecialMatrices", "Test", "ToeplitzMatrices"]