Skip to content
Commit b68f2d53 authored by Kaushik Kulkarni's avatar Kaushik Kulkarni Committed by Andreas Klöckner
Browse files

Mimic array.reshape behavior to match that of numpy

array.reshape is more flexible than  np.reshape. array.reshape can also take a
sequence of ints to be reshaped into along with a single-arg tuple newshape.
parent 8fc7b35d
Loading
Loading
Loading
Loading