<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><span></span></div><div>Takes an array and tacks on arbitrary dimensions on either side, which is returned as a view always. Here are the relevant features:<div><br></div><div>* Creates a view of the array that has the dimensions before and after tacked on to it.</div><div>* Takes the before and after arguments independent of each other and the current shape.</div><div>* Allows for read and write access to the underlying array.</div><div><div><br></div><div><br></div><div>To see an example of what this would look like, see this PR ( <a href="https://github.com/numpy/numpy/pull/6713">https://github.com/numpy/numpy/pull/6713</a> ).</div></div>
</div></body></html>