The OpenD Programming Language

_glas_csrot

Applies a plane rotation.

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

Detailed Description

Unified alias

rot

BLAS: SROT, DROT, CSROT, ZDROT

Meta