The OpenD Programming Language

_glas_srotm

Applies a modified plane rotation.

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

Detailed Description

Unified alias

rotn

BLAS: SROTM, DROTM

Meta