Added tests to constant kernel

This commit is contained in:
2020-12-19 13:39:12 +01:00
parent aca4284ddd
commit 2708403923
8 changed files with 113 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
cblas = "0.2"
lapacke = "0.2"
ndarray = "0.14"
ndarray = { version = "0.14", features = ["approx"] }
ordered-float = "1.0"
rand = "0.7"
rand_xoshiro = "0.4"