ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

Add/remove aliasing checks in constructors

Open jturner314 opened this issue 4 years ago • 0 comments

  • ArrayViewMut::from_shape_ptr should make sure that elements don't alias (with at least a debug assertion).
  • ArrayView::from_shape should not check aliasing.

jturner314 avatar Feb 16 '21 00:02 jturner314