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

Swap

 

This operation swaps the contents of vectors x and y :

displaymath13711

In the FORTRAN BLAS swap, x and y are vectors of length n . In PLAPACK, we generalize this to include any input object and output object, as long as the dimensions match.




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

rvdg@cs.utexas.edu