The OpenD Programming Language

glas_cswap

swap interchanges two vectors.

More...
extern (C) nothrow @nogc @system pure
void
glas_cswap
(
Slice!(SliceKind.universal, [1], cfloat*) xsl
,
Slice!(SliceKind.universal, [1], float*) ysl
)

Detailed Description

Pseudo code

x <-> y.

Unified alias

swap

BLAS: SSWAP, DSWAP, CSWAP, ZSWAP

Meta