dars 0.1.0

Data Assimilation in Rust
1
2
3
4
use num_complex::Complex;

pub type R = f64;
pub type C = Complex<f64>;