[Numpy-discussion] Extracting all the possible combinations of a grid

Charles R Harris charlesr.harris at gmail.com
Fri Sep 21 15:52:31 EDT 2007


On 9/21/07, Gael Varoquaux <gael.varoquaux at normalesup.org> wrote:
>
> Hi all,
>
> I want to generate all the possible triplets of integers in [0, n]. I am
> wondering want the best possible way to do this is.
>
> To make things clearer, I could generate i, j, k using indices:
>
> i, j, k = indices((n, n, n))
>
> But I will have several times the same triplet with different ordenings.
> I am looking for a loop-free way of creating three arrays i, j, k with
> all the triplets present once, and only once.
>
> Any hint appreciated.


Go here, http://www.cs.utsa.edu/~wagner/knuth/. I think you want fascicle
4A, http://www.cs.utsa.edu/~wagner/knuth/fasc4a.pdf. Some of the fascicles
from Vol 4 of TAOCP are now in print, http://tinyurl.com/2goxpr.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070921/15e9f247/attachment.html>


More information about the NumPy-Discussion mailing list