idamax_

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

More...
  1. int isamax_(FortranInt n, const(float)* x, FortranInt incx)
  2. int idamax_(FortranInt n, const(double)* x, FortranInt incx)
    extern (C) nothrow @nogc @system
    int
    idamax_
    (
    ref const FortranInt n
    ,
    const(double)* x
    ,
    ref const FortranInt incx
    )
  3. int icamax_(FortranInt n, const(cfloat)* x, FortranInt incx)
  4. int izamax_(FortranInt n, const(cdouble)* x, FortranInt incx)

Detailed Description

Unified alias

iamax_

Meta