Gabriel Goh Sat, 30 May 2015 14:36:05 -0700
Hey All, I'm wondering if its easy to do an in place assignment, say
x[10:20] = x[10:20] + a*y using the axpy! library. I want to avoid the use of any temporary variables if possible! Thanks! Gabe