next up previous contents
Next: Standard FORTRAN call Up: Vector-Vector Operations Previous: PLAPACK calls

Scaled Vector (Object) Addition

   

This operation adds a scalar multiple of vector x to vector y :

displaymath13795

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.




next up previous contents
Next: Standard FORTRAN call Up: Vector-Vector Operations Previous: PLAPACK calls

rvdg@cs.utexas.edu