array_to_strided_view

Function array_to_strided_view 

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

Wrap an ndarray ArrayD<T> as a StridedView (zero-copy).

Dims and strides are passed through directly (no reversal).