Skip to main content

Module ndarray_view

Module ndarray_view 

Source
Expand description

§NdArrayV - Zero-copy view into an NdArray

Holds a clone of the parent NdArray, kept alive through the array’s shared internal buffer, plus its own offset and dimension metadata. Views can have different shapes and strides from the parent, enabling slicing, axis selection, transposition, and axis permutation without copying data.

Structs§

NdArrayV
Zero-copy view into an NdArray.