array_to_strided_view

Function array_to_strided_view 

Source
pub fn array_to_strided_view<T>(arr: &Array<T, DynRank>) -> StridedView<'_, T>
Expand description

Wrap an mdarray Array<T, DynRank> as a StridedView with reversed dims.

Zero-copy: the view borrows the array’s data.