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.
2 parents 38c4b3a + 8cc1372 commit 733bb22Copy full SHA for 733bb22
.gitignore
@@ -1,3 +1,4 @@
1
*.jl.cov
2
*.jl.mem
3
-*~
+*~
4
+/Manifest.toml
Project.toml
@@ -13,3 +13,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
13
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
14
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
15
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
+
17
+[compat]
18
+DSP = "0.5.2"
19
+FFTW = "0.2.4"
20
+SpecialFunctions = "0.7.2"
21
+julia = "1"
0 commit comments