The OpenD Programming Language

_glas_srot

Applies a plane rotation.

More...
extern (C) nothrow @nogc @system pure
void
_glas_srot
(
size_t n
,
ptrdiff_t incx
,
float* x
,
ptrdiff_t incy
,
float* y
,
float c
,
float s
)

Detailed Description

Unified alias

rot

BLAS: SROT, DROT, CSROT, ZDROT

Meta