-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (24 loc) · 906 Bytes
/
Project.toml
File metadata and controls
26 lines (24 loc) · 906 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
name = "Nystrom"
uuid = "a0b6a00a-3287-413a-b82d-0fe5e28ada1d"
authors = ["Luiz M. Faria <maltezfaria@gmail.com>"]
version = "0.1.0"
[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IFGF = "b05b8bba-df36-43cd-9ac7-ed4ff3985281"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
Lebedev = "c5712dd9-2571-4e23-b661-b4a261421493"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
WavePropBase = "91c5bd54-65f5-4719-ae3b-9579edfc4a0b"
[compat]
IterativeSolvers = "0.9"
QuadGK = "2"
RecipesBase = "1"
SpecialFunctions = "1"
StaticArrays = "1"
WavePropBase = "0.2"