The OpenD Programming Language

ccopy_

Copies a vector, x, to a vector, y.

More...
extern (C) nothrow @nogc @system
int
ccopy_
(
ref const FortranInt n
,
const(cfloat)* x
,
ref const FortranInt incx
,
cfloat* y
,
ref const FortranInt incy
)

Detailed Description

Meta