V1D64

Type Alias V1D64 

Source
pub type V1D64 = Vec1D<f64>;
Expand description

1-dimensional vector with 64bit component

Aliased Type§

pub struct V1D64 {
    pub x: f64,
}

Fields§

§x: f64