nums.numpy.reshape
nums.numpy.reshape#
- nums.numpy.reshape(a: nums.core.array.blockarray.BlockArray, shape)#
Gives a new shape to an array without changing its data.
This docstring was copied from numpy.reshape.
Some inconsistencies with the NumS version may exist.
- aBlockArray
Array to be reshaped.
- reshaped_arrayBlockArray
This will be a new view object if possible; otherwise, it will be a copy.