Neal Becker
2015-07-13 11:34:27 UTC
I want to copy an array to the corner of a new array. What is a dimension
independent way to say:
newarr[:i0,:i1,...] = oldarray
where (i0,i1...) is oldarray.shape?
independent way to say:
newarr[:i0,:i1,...] = oldarray
where (i0,i1...) is oldarray.shape?