scipy.linalg.blas.sdot#

scipy.linalg.blas.sdot(x, y[, n, offx, incx, offy, incy]) = <fortran function sdot>#

sdot 的包裝函式。

參數:
x輸入 rank-1 陣列(‘f’),帶有邊界 (*)
y輸入 rank-1 陣列(‘f’),帶有邊界 (*)
回傳值:
xy浮點數
其他參數:
n輸入 int,選用

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

offx輸入 int,選用

預設值:0

incx輸入 int,選用

預設值:1

offy輸入 int,選用

預設值:0

incy輸入 int,選用

預設值:1