The OpenD Programming Language

_glas_isamax

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

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

Detailed Description

Unified alias

amax

BLAS: ISAMAX, IDAMAX, ICAMAX, IZAMAX

Meta