On Wed, Sep 28, 2011 at 9:09 PM, Alan G Isaac <[email protected]> wrote:
> Is this the intended behavior? > > >>> from numpy import matlib > >>> m = matlib.reshape([1,2],(2,1)) > >>> type(m) > <type 'numpy.ndarray'> > > For any 2d shape, I expected a matrix. > (And probably an exception if the shape is not 2d.) > > I think you are right. Chuck
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
