Type Definition ndarray::ArrayView1

source ·
pub type ArrayView1<'a, A> = ArrayView<'a, A, Ix1>;
Expand description

one-dimensional array view