scipy.linalg.blas.ddot#
- scipy.linalg.blas.ddot(x, y[, n, offx, incx, offy, incy]) = <fortran function ddot>#
ddot
的包裝函式。- 參數:
- xinput rank-1 array(‘d’) with bounds (*)
- yinput rank-1 array(‘d’) with bounds (*)
- 返回:
- xyfloat
- 其他參數:
- ninput int, optional
預設值:(len(x)-offx)/abs(incx)
- offxinput int, optional
預設值:0
- incxinput int, optional
預設值:1
- offyinput int, optional
預設值:0
- incyinput int, optional
預設值:1