The OpenD Programming Language

glas_csrot

Applies a plane rotation.

More...
extern (C) nothrow @nogc @system pure
void
glas_csrot
(
Slice!(SliceKind.universal, [1], cfloat*) xsl
,
Slice!(SliceKind.universal, [1], float*) ysl
,
float c
,
float s
)

Detailed Description

Unified alias

rot

BLAS: SROT, DROT, CSROT, ZDROT

Meta