-
Notifications
You must be signed in to change notification settings - Fork 16
/
Project.toml
61 lines (59 loc) · 2.08 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name = "FundamentalsNumericalComputation"
uuid = "e48b7b93-d2a8-4750-aba7-f743ccd5256c"
authors = ["Toby Driscoll <[email protected]>"]
version = "0.4.5"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MatrixDepot = "b51810bb-c9f3-55da-ae3c-350fc1fbce05"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Preconditioners = "af69fa37-3177-5a40-98ee-561f696e4fcd"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[compat]
Arpack = "0.5"
Dierckx = "0.5"
DifferentialEquations = "7.15"
FFTW = "1.8"
FileIO = "1.16"
GraphRecipes = "0.5"
ImageMagick = "1.4"
Images = "0.26"
IncompleteLU = "0.2"
IterativeSolvers = "0.9"
JLD2 = "0.4"
LaTeXStrings = "1.4"
LinearMaps = "3.11"
MatrixDepot = "1.0"
NLsolve = "4.5"
Plots = "1.40"
Polynomials = "4.0"
Preconditioners = "0.6"
PrettyTables = "2.4"
QuadGK = "2.11"
Reexport = "1.2"
SpecialFunctions = "2.4"
TestImages = "1.9"
julia = "1.0"