From: Travis O. <oli...@ee...> - 2006-10-07 01:53:07
|
Bill Baxter wrote: >[There seem to have been some gmail delivery problems that prevented >my previous mail on this subject from being delivered] > >I've proposed that we fix repmat handle arbitrary dimensions before 1.0. > > http://projects.scipy.org/scipy/numpy/ticket/292 > >I don't think this is particularly controversial, just I'm guessing >no-one's found the time to look at my proposed fixes. And >gmail/sourceforge issues haven't helped either. > > Thanks for reminding us again. I don't think this is too bad of a deal. I propose to move repmat(A, M,N) to matlib.py and replace it in numpy with a function named tile(a, reps) That is more general-purpose. If this is not acceptable, please speak up. -Travis |