From: Keith G. <kwg...@gm...> - 2006-07-07 23:01:48
|
On 7/7/06, Travis Oliphant <oli...@ie...> wrote: > Bill Baxter wrote: > > 4) eye,empty,rand,ones,zeros,arange and anything else that builds an > > array from scratch or from a python list should have a matrix equivalent > Would > > from numpy.defmatrix import ones, zeros, ... > > work? Can defmatrix be shortened to matrix? So from numpy.matrix import ones, zeros, ... |