Use openblas instead

This commit is contained in:
2021-10-26 22:30:54 +02:00
parent 6535f1faae
commit 57b423df8a
16 changed files with 115 additions and 24 deletions

View File

@@ -62,7 +62,7 @@ impl Kernel for Exponential {
#[cfg(test)]
mod tests {
extern crate intel_mkl_src;
extern crate blas_src;
use approx::assert_abs_diff_eq;
use rand::{distributions::Standard, thread_rng, Rng};