.. _`Cartesian Product Tuple`: .. _`org.sysess.sympathy.tuple.carthesianproduct2`: Cartesian Product Tuple ``````````````````````` .. image:: product.svg :width: 48 Documentation ::::::::::::: Create a list of tuples with all combinations of elements from two (or more) lists. Definition :::::::::: Input ports ........... **input** | Type: ['sylist', ['sygeneric', ['syletters', ['syindex']]]] | Description: Input | Optional number of ports: 2--inf (default: 2) Output ports ............ **output** | Type: ['sylist', ['sytuple', ['symap', ['syunlist'], ['sytypes', ['sygroup', 'input']]]]] | Description: Output Examples ........ Example flows demonstrating this node: * :download:`TupleOperations.syx ` The node can be found in: * :download:`spectral_co_clustering.syx ` Implementation .............. .. automodule:: node_tuple_operations :noindex: .. class:: CartesianProductTuple :noindex: