The OpenD Programming Language

glas_idamax

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

More...
extern (C) nothrow @nogc @system pure
ptrdiff_t
glas_idamax
(
Slice!(SliceKind.universal, [1], const(double)*) xsl
)

Detailed Description

Unified alias

amax

BLAS: ISAMAX, IDAMAX, ICAMAX, IZAMAX

Meta