The OpenD Programming Language

glas_srotm

Applies a modified plane rotation.

More...
extern (C) nothrow @nogc @system pure
void
glas_srotm
(
Slice!(SliceKind.universal, [1], float*) xsl
,
Slice!(SliceKind.universal, [1], float*) ysl
,
ref const float[5] sparam
)

Detailed Description

Unified alias

rotn

BLAS: SROTM, DROTM

Meta