OMG, I'm close now!
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user