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

@@ -1,4 +1,4 @@
extern crate openblas_src;
extern crate intel_mkl_src;
use std::collections::HashSet;
use std::fs;