Skip to content

Instantly share code, notes, and snippets.

@JohanMabille
Created January 3, 2020 01:24
Show Gist options
  • Save JohanMabille/a1ace6a08e6d7bc0d12a11ff3b227c30 to your computer and use it in GitHub Desktop.
Save JohanMabille/a1ace6a08e6d7bc0d12a11ff3b227c30 to your computer and use it in GitHub Desktop.
xarray<int> a = {{0, 1, 2, 3},
{4, 5, 6, 7},
{8, 9, 10, 11}};
xarray<int> b = {0, 1, 2, 3};
auto r = a + b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment