OMG, I'm close now!

This commit is contained in:
2020-02-20 14:36:44 +01:00
parent 6840699144
commit 9ac7e44776
5 changed files with 50 additions and 11 deletions

View File

@@ -5,13 +5,14 @@ authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
cblas = "0.2"
derivative = "1.0"
expm = "0.1"
lapacke = "0.2"
ndarray = "0.13"
ndarray-linalg = { version = "0.12" }
cblas = "0.2"
lapacke = "0.2"
statrs = "0.12"
openblas-src = { version = "0.8", features = ["static"] }
ordered-float = "1.0"
rand = "0.6"
rand_xoshiro = "0.1"
openblas-src = { version = "0.8", features = ["static"] }
statrs = "0.12"