Type Definition mdarray::CView[][src]

pub type CView<T, const N: usize> = DenseView<T, N, RowMajor>;
Expand description

Dense multidimensional array view with row-major element order.