Fixed a bug, and added a custom solve function (using lapacke).

This commit is contained in:
2020-02-24 11:51:26 +01:00
parent eae980a74c
commit 9b79722984
8 changed files with 144 additions and 18 deletions

View File

@@ -5,17 +5,20 @@ authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
blas = "0.20"
cblas = "0.2"
derivative = "1.0"
expm = "0.1"
lapack = "0.16"
lapacke = "0.2"
ndarray = "0.13"
ndarray-linalg = { version = "0.12" }
openblas-src = { version = "0.8", features = ["static"] }
ordered-float = "1.0"
rand = "0.7"
rand_xoshiro = "0.4"
statrs = "0.12"
[dev-dependencies]
# openblas-src = { version = "0.8", features = ["static"] }
intel-mkl-src = "0.5"
time = "0.2"