Added tests for Matern52

This commit is contained in:
2021-01-04 11:30:17 +01:00
parent f03ac0903f
commit b00f19af3c
2 changed files with 91 additions and 6 deletions

View File

@@ -12,6 +12,5 @@ ndarray = { version = "0.14", features = ["approx"] }
[dev-dependencies]
approx = "0.4"
intel-mkl-src = "0.5"
rand = "0.7"
rand_xoshiro = "0.4"
rand = "0.8"
time = "0.2"