scipy.linalg.blas.izamax# scipy.linalg.blas.izamax(x[, n, offx, incx]) = <fortran function izamax># izamax 的包装器。 参数: x输入秩为 1 的数组(‘D’) ,边界为 (*) 返回值: kint 其他参数: n输入 int,可选默认: (len(x)-offx)/abs(incx) offx输入 int,可选默认: 0 incx输入 int,可选默认: 1