scipy.linalg.blas.cdotc#
- scipy.linalg.blas.cdotc(x, y[, n, offx, incx, offy, incy]) = <fortran function cdotc>#
cdotc
的包裝函式。- 參數:
- x輸入 秩為 1 的陣列 ('F'),具有邊界 (*)
- y輸入 秩為 1 的陣列 ('F'),具有邊界 (*)
- 回傳值:
- xy複數
- 其他參數:
- n輸入 整數,選用
預設值: (len(x)-offx)/abs(incx)
- offx輸入 整數,選用
預設值: 0
- incx輸入 整數,選用
預設值: 1
- offy輸入 整數,選用
預設值: 0
- incy輸入 整數,選用
預設值: 1