-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (25 loc) · 709 Bytes
/
Project.toml
File metadata and controls
31 lines (25 loc) · 709 Bytes
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
name = "IterativeRefinement"
uuid = "bcb6b82e-7479-5933-8c8e-2e0b909ee6a3"
version = "1.0.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[weakdeps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
[extensions]
ArnoldiExt = "ArnoldiMethod"
[compat]
julia = "1"
Aqua = "0.8"
ArnoldiMethod = "0.4"
LinearAlgebra = "1"
Quadmath = "0.5"
Random = "1"
Test = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test","Random","Quadmath","ArnoldiMethod","Aqua"]