Searched refs:Cartesian (Results 1 – 21 of 21) sorted by relevance
16 Object result[] = Cartesian.getCartesianProductOf(null); in shouldReturnEmptyWhenNoArgumentsPassed()28 Object result[] = Cartesian.getCartesianProductOf(list); in shouldReturnInputWhenOneArgumentPassed()49 Object result[] = Cartesian.getCartesianProductOf(test); in shouldReturnProductOfTwoArrays()74 Object result[] = Cartesian.getCartesianProductOf(test); in shouldReturnProductOfThreeArrays()
25 return Cartesian.getCartesianProductOf(list); in getParameters()
6 class Cartesian { class
91 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product377 // values of a Cartesian product of those sequences' elements.382 // the Cartesian product of elements from the sequences generated by
104 // Generates values from the Cartesian product of values produced
29 or *Cartesian* coordinates. It is completely determined by its *real
560 Cartesian product of input iterables.
539 Cartesian product of input iterables.
556 # Cartesian product of the above628 # Cartesian product of the above
95 #Substitute Cartesian coordinate
264 four for generating combinatorics including permutations and Cartesian
924 Point.__doc__ += ': Cartesian coodinate'
2018 ``product(iter1, iter2, ..., [repeat=N])`` returns the Cartesian product
411 Cartesian coordinate is appropriately represented as a tuple of two or three
491 Cartesian coordinate is appropriately represented as a tuple of two or three
2102 Added itertools.product() which forms the Cartesian product of the input
1395 … | Yields all combinations (Cartesian product) as std\…
2014 ``product(iter1, iter2, ..., [repeat=N])`` returns the Cartesian product
1849 of L</"Unary Operations"> and the Cartesian product operations7775 =item * Cartesian Product