scipy.linalg.blas.idamax
-
scipy.linalg.blas.idamax = <fortran object>
- idamax - Function signature:
- k = idamax(x,[n,offx,incx])
- Required arguments:
- x : input rank-1 array(‘d’) with bounds (*)
- Optional arguments:
- n := (len(x)-offx)/abs(incx) input int
offx := 0 input int
incx := 1 input int
- Return objects:
- k : int