The OpenD Programming Language

zcopy_

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

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

Detailed Description

Meta