1
2
3
4
5
use num_complex::Complex;

pub type C64 = Complex<f64>;

pub mod vector;