Type Definition spaces::Vector

source ·
pub type Vector<T = f64> = Array1<T>;
Expand description

1d array type.