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,6 +5,7 @@ mod expm;
mod fitter;
mod item;
pub mod kernel;
mod linalg;
mod model;
pub mod observation;
mod storage;