scipy.linalg.blas.ddot#
- scipy.linalg.blas.ddot(x, y[, n, offx, incx, offy, incy]) = <fortran function ddot>#
- Wrapper for - ddot.- Parameters:
- xinput rank-1 array(‘d’) with bounds (*)
- yinput rank-1 array(‘d’) with bounds (*)
 
- Returns:
- xyfloat
 
- Other Parameters:
- ninput int, optional
- Default: (len(x)-offx)/abs(incx) 
- offxinput int, optional
- Default: 0 
- incxinput int, optional
- Default: 1 
- offyinput int, optional
- Default: 0 
- incyinput int, optional
- Default: 1