Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • $\begingroup$ Yes, I am after a version of Outer where the whole list of products doesn't have to be in memory all at once, so it is done lazily. This question mathematica.stackexchange.com/questions/85278/… does a good job of describing the problem. $\endgroup$ Commented Mar 9, 2016 at 23:57
  • 2
    $\begingroup$ Tuples[] can alternatively be used in the non-lazy case. $\endgroup$ Commented Mar 10, 2016 at 0:04