BLAS Level 1: swap
swap (defined in namespace flens::blas) swaps a vector with another vector, i.e. \(x \leftrightarrow y\).
x |
(input/output) real or complex valued DenseVector |
y |
(input/output) real or complex valued DenseVector |
Defined in namespace flens::blas. Function swap with 2 template parameters.