-
Notifications
You must be signed in to change notification settings - Fork 8
/
Project.toml
32 lines (28 loc) · 975 Bytes
/
Project.toml
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
name = "MatrixEquations"
uuid = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
authors = ["Andreas Varga <[email protected]>"]
version = "2.4.2"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
[compat]
DoubleFloats = "1.2"
GenericLinearAlgebra = "0.3"
GenericSchur = "0.5"
IterativeSolvers = "0.9"
LinearAlgebra = "1"
LinearMaps = "3.3"
Random = "1"
SparseArrays = "1"
Test = "1"
julia = "1.8"
[extras]
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Random", "Test", "GenericSchur", "GenericLinearAlgebra", "DoubleFloats", "IterativeSolvers", "SparseArrays"]