The OpenD Programming Language

_glas_drotm

Applies a modified plane rotation.

More...
extern (C) nothrow @nogc @system pure
void
_glas_drotm
(
size_t n
,
ptrdiff_t incx
,
double* x
,
ptrdiff_t incy
,
double* y
,
ref const double[5] sparam
)

Detailed Description

Unified alias

rotn

BLAS: SROTM, DROTM

Meta