The OpenD Programming Language

_glas_daxpy

Constant times a vector plus a vector.

More...
extern (C) nothrow @nogc @system pure
void
_glas_daxpy
(
double a
,
size_t n
,
ptrdiff_t incx
,
const(double)* x
,
ptrdiff_t incy
,
double* y
)

Detailed Description

Pseudo code

y += a * x.

Unified alias

axpy

BLAS: SAXPY, DAXPY, CAXPY, ZAXPY

Meta