1
2
3
4
5
mod calculus;
mod fitting;
mod linalg;

type Function = fn(&Vec<f64>, &Vec<f64>) -> f64;