The OpenD Programming Language

daxpy_

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

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

Detailed Description

Meta