scipy.linalg.blas.sdot

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

的包装器 sdot

参数
x具有边界(*)的输入秩1数组(‘f’)
y具有边界(*)的输入秩1数组(‘f’)
退货
xy浮动
其他参数
n输入int,可选

默认值:(len(X)-offx)/abs(Incx)

offx输入int,可选

默认值:0

incx输入int,可选

默认值:1

offy输入int,可选

默认值:0

incy输入int,可选

默认值:1