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.
pub fn array_to_strided_view<T>(arr: &Array<T, DynRank>) -> StridedView<'_, T>Wrap an mdarray Array<T, DynRank> as a StridedView with reversed dims.
Zero-copy: the view borrows the array’s data.