view_to_strided_view

Function view_to_strided_view 

Source
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.