Type Definition rsrl::Vector [] [src]

type Vector<T = f64> = ArrayBase<OwnedRepr<T>, Dim<[usize; 1]>>;

1d array type.