What is the fastest way to copy data from array b to array a, without modifying the address of array a. I need this because an external library (PyFFTW) uses a pointer to my
Why not to use
a = 0 + b
I think it is similar to previous multiplication but might be simpler.