summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2019-12-13 14:40:15 +0100
committerDennis Kobert <dennis@kobert.dev>2019-12-13 14:40:15 +0100
commit53f66593bd91cd54a3cc59124ef8db3f27c6b802 (patch)
treee5ef73b45eccb5647218dd02410e3da2a34b5b83 /Cargo.toml
parentfc7daf3cb0ab42733a52ce9993570909ed059574 (diff)
Add hamilton function
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b90ded..51776da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,8 @@ authors = ["Dennis Kobert <dennis@kobert.dev>",
edition = "2018"
[dependencies]
+blas = "0.19"
+openblas-src = "0.5"
ocl = "0.19"
ndarray-linalg = "0.12"
num-complex = "0.2"