The OpenD Programming Language

glas_ccopy

copy copies a vector, x, to a vector, y.

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

Detailed Description

Pseudo code

y := x.

Unified alias

copy

BLAS: SCOPY, DCOPY, CCOPY, ZCOPY

Meta