The OpenD Programming Language

_glas_dswap

swap interchanges two vectors.

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

Detailed Description

Pseudo code

x <-> y.

Unified alias

swap

BLAS: SSWAP, DSWAP, CSWAP, ZSWAP

Meta