The OpenD Programming Language

_glas_zdrot

Applies a plane rotation.

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

Detailed Description

Unified alias

rot

BLAS: SROT, DROT, CSROT, ZDROT

Meta