This operation adds a scalar multiple of vector x to vector y :
The name ``axpy'' is short for scalar times lus . In the FORTRAN BLAS axpy, x and y are vectors of length n . In PLAPACK, we generalize this to include any input objects as long as the dimensions match appropriately.