I\'m trying to run over the parameters space of a 6 parameter function to study it\'s numerical behavior before trying to do anything complex with it so I\'m searching for a
you can use np.array(itertools.product(a, b))
np.array(itertools.product(a, b))