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