We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7331ded commit 5e6f821Copy full SHA for 5e6f821
Project.toml
@@ -0,0 +1,23 @@
1
+name = "InverseLaplace"
2
+uuid = "e24f45a5-4790-5a38-8b2c-33d770a4e70f"
3
+authors = ["John Lapeyre <[email protected]>"]
4
+license = "MIT"
5
+desc = "Numeric inverse Laplace transform"
6
+version = "0.3.0"
7
+
8
+[deps]
9
+AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
10
+FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
11
+SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
12
13
+[compat]
14
+AbstractFFTs = "0.5.0"
15
+FFTW = "1.2.0"
16
+SpecialFunctions = "0.10.0"
17
+julia = "1"
18
19
+[extras]
20
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21
22
+[targets]
23
+test = ["Test"]
0 commit comments