scipy.linalg.blas.ddot#
- scipy.linalg.blas.ddot(x, y[, n, offx, incx, offy, incy]) = <fortran function ddot>#
ddot
的包装器。- 参数:
- x输入 rank-1 数组(‘d’),边界为 (*)
- y输入 rank-1 数组(‘d’),边界为 (*)
- 返回:
- xyfloat
- 其他参数:
- ninput int, 可选
默认值: (len(x)-offx)/abs(incx)
- offxinput int, 可选
默认值: 0
- incxinput int, 可选
默认值: 1
- offyinput int, 可选
默认值: 0
- incyinput int, 可选
默认值: 1