The OpenD Programming Language

isamax_

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

More...
extern (C) nothrow @nogc @system
int
isamax_
(
ref const FortranInt n
,
const(float)* x
,
ref const FortranInt incx
)

Detailed Description

Meta