repmat

Travis Oliphant oliphant at ee.byu.edu
Fri Oct 6 21:52:55 EDT 2006


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




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV




More information about the NumPy-Discussion mailing list