scipy.linalg.blas.idamax#

scipy.linalg.blas.idamax(x[, n, offx, incx]) = <fortran function idamax>#

idamax 的包装器。

参数:
x输入秩为1的数组(‘d’),具有任意边界(*)
返回:
k整数
其他参数:
n输入 整数, 可选

默认值:(len(x)-offx)/abs(incx)

offx输入 整数, 可选

默认值: 0

incx输入 整数, 可选

默认值:1