scipy.linalg.blas.izamax#

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

izamax 的包裝函式。

參數:
x輸入 秩為 1 的陣列 (‘D’),具有邊界 (*)
回傳:
k整數
其他參數:
n輸入 整數,選用

預設值:(len(x)-offx)/abs(incx)

offx輸入 整數,選用

預設值:0

incx輸入 整數,選用

預設值:1