We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cartesian_product
Should be equivalent to itertools.product but also have proper numpy support and general enhanced built-in methods (__len__, __getitem__, etc.).
itertools.product
numpy
__len__
__getitem__
The text was updated successfully, but these errors were encountered:
product
To avoid being confused with reduce$(*), proposal is to use the name cartesian_product rather than product.
reduce$(*)
Sorry, something went wrong.
Almost done; just needs docs.
Fix cartesian_product
a7b2deb
Resolves #688.
626c1f4
No branches or pull requests
Should be equivalent to
itertools.product
but also have propernumpy
support and general enhanced built-in methods (__len__
,__getitem__
, etc.).The text was updated successfully, but these errors were encountered: