This operation copies a vector x into a vector y :
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.