pub fn view_to_strided_view<'a, T>(
view: &'a View<'a, T, DynRank>,
) -> StridedView<'a, T>Expand description
Wrap an mdarray View<T, DynRank> as a StridedView with reversed dims.
Zero-copy: the view borrows the same data.
pub fn view_to_strided_view<'a, T>(
view: &'a View<'a, T, DynRank>,
) -> StridedView<'a, T>Wrap an mdarray View<T, DynRank> as a StridedView with reversed dims.
Zero-copy: the view borrows the same data.