A lot of progress.

This commit is contained in:
2020-02-20 09:19:11 +01:00
parent fd249da405
commit 7528b3b67b
18 changed files with 2191 additions and 110 deletions

View File

@@ -1,10 +1,14 @@
// https://github.com/lucasmaystre/kickscore/tree/master/kickscore
mod condest;
mod expm;
mod fitter;
mod item;
pub mod kernel;
mod model;
pub mod observation;
mod storage;
mod utils;
pub use kernel::Kernel;
pub use model::*;