[][src]Type Definition spaces::Vector

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

1d array type.