scipy.linalg.blas.ddot#

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

包装器 for ddot.

参数:
x输入秩 1 数组(‘d’) 具有边界 (*)
y输入秩 1 数组(‘d’) 具有边界 (*)
返回值:
xy浮点数
其他参数:
n输入 int,可选

默认值: (len(x)-offx)/abs(incx)

offx输入 int,可选

默认值: 0

incx输入 int,可选

默认值: 1

offy输入 int,可选

默认值: 0

incy输入 int,可选

默认值: 1