The OpenD Programming Language

_glas_icamax

Finds the index of the first element having maximum |Re(.)| + |Im(.)|.

More...
extern (C) nothrow @nogc @system pure
ptrdiff_t
_glas_icamax
(
size_t n
,
ptrdiff_t incx
,
const(cfloat)* x
)

Detailed Description

Unified alias

amax

BLAS: ISAMAX, IDAMAX, ICAMAX, IZAMAX

Meta