Vector1

Type Alias Vector1 

Source
pub type Vector1 = Vector1<f64>;
Expand description

redefinition, scalar = f64

Aliased Type§

#[repr(C)]
pub struct Vector1 { pub x: f64, }

Fields§

§x: f64

The x component of the vector.