The OpenD Programming Language

caxpy_

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

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

Detailed Description

Meta