The OpenD Programming Language

dcopy_

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

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

Detailed Description

Meta