scipy.linalg.blas.cgerc#

scipy.linalg.blas.cgerc(alpha, x, y[, incx, incy, a, overwrite_x, overwrite_y, overwrite_a]) = <fortran function cgerc>#

cgerc 的包裝函式。

參數:
alpha輸入 複數
x輸入 秩為 1 的陣列(‘F’),邊界為 (m)
y輸入 秩為 1 的陣列(‘F’),邊界為 (n)
返回:
a秩為 2 的陣列(‘F’),邊界為 (m,n)
其他參數:
overwrite_x輸入 整數,可選

預設值:1

incx輸入 整數,可選

預設值:1

overwrite_y輸入 整數,可選

預設值:1

incy輸入 整數,可選

預設值:1

a輸入 秩為 2 的陣列(‘F’),邊界為 (m,n),可選

預設值:(0.0,0.0)

overwrite_a輸入 整數,可選

預設值:0