The OpenD Programming Language

_glas_cswap

swap interchanges two vectors.

More...
extern (C) nothrow @nogc @system pure
void
_glas_cswap
(
size_t n
,
ptrdiff_t incx
,
cfloat* x
,
ptrdiff_t incy
,
cfloat* y
)

Detailed Description

Pseudo code

x <-> y.

Unified alias

swap

BLAS: SSWAP, DSWAP, CSWAP, ZSWAP

Meta