Tagged Questions
3
votes
4answers
386 views
How can I compute a Cartesian product iteratively?
This question asks how to compute the Cartesian product of a given number of vectors. Since the number of vectors is known in advance and rather small, the solution is easily obtained with nested for ...