Skip to content

Instantly share code, notes, and snippets.

@Sixzero
Last active December 28, 2020 16:27
Show Gist options
  • Save Sixzero/5e242d343c2f6e80ecbe4696bbc5ea0b to your computer and use it in GitHub Desktop.
Save Sixzero/5e242d343c2f6e80ecbe4696bbc5ea0b to your computer and use it in GitHub Desktop.
assign_opt_problem
a = randn(1024)
b = randn(1024)
c = randn(1024)
@time c .= a .+ b
@time c .= a .+ b
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment