scipy.linalg.blas.icamax# scipy.linalg.blas.icamax(x[, n, offx, incx]) = <fortran function icamax># icamax 的包裝函式。 參數: x輸入 rank-1 陣列(‘F’),帶有邊界 (*) 回傳: k整數 其他參數: n輸入 整數,選用預設值:(len(x)-offx)/abs(incx) offx輸入 整數,選用預設值:0 incx輸入 整數,選用預設值:1