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

Reply via email to