The OpenD Programming Language

saxpy_

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

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

Detailed Description

Meta