Created
March 25, 2020 08:42
-
-
Save binshengliu/b6015463e99ce1608a285c15cfa13dcd to your computer and use it in GitHub Desktop.
All combinations of two ndarray
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| arr = np.array(np.meshgrid(arr0, arr1)).T.reshape(-1, 2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment