Clean up dependencies

This commit is contained in:
2021-01-04 11:15:57 +01:00
parent 0d2714e814
commit fcccf88e6f
12 changed files with 532 additions and 1781 deletions

View File

@@ -1,11 +1,10 @@
// https://github.com/lucasmaystre/kickscore/tree/master/kickscore
mod condest;
mod expm;
mod fitter;
mod item;
pub mod kernel;
mod linalg;
mod math;
mod model;
pub mod observation;
mod storage;