Vswap ( x y -- x=y y=x )


Vocabulary
math.blas.vectors

Inputs
xa blas-vector-base
ya blas-vector-base


Outputs
x=ya blas-vector-base
y=xa blas-vector-base


Word description
Swap the contents of x and y in place. Corresponds to the xSWAP routines in BLAS.

Side effects
Modifies x, y

Definition


Methods