pub type V1D64 = Vec1D<f64>;
1-dimensional vector with 64bit component
pub struct V1D64 { pub x: f64, }
x: f64