Type Definition spaces::Vector [] [src]

type Vector<T = f64> = Array1<T>;

1d array type.