[Numpy-tickets] [NumPy] #292: Make repmat work for arbitrary dimensions
NumPy
numpy-tickets at scipy.net
Thu Oct 5 20:37:02 CDT 2006
#292: Make repmat work for arbitrary dimensions
-------------------------+--------------------------------------------------
Reporter: baxissimo | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0 Release
Component: numpy.lib | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by baxissimo):
A better name for 'reparray' might be 'tile'. It's more descriptive, and
it goes nicely with 'repeat' (which also repeats arrays, just in a
different way from 'repmat/reparray')
o 'repeat' duplicates by copying individual elements
o 'tile' duplicates by copying entire arrays
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/292#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list