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

Copy

 

This operation copies a vector x into a vector y :

displaymath13670

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




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

rvdg@cs.utexas.edu