A lot of progress.

This commit is contained in:
2020-02-20 09:19:11 +01:00
parent fd249da405
commit 7528b3b67b
18 changed files with 2191 additions and 110 deletions

View File

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