scipy.linalg.blas.drot#
- scipy.linalg.blas.drot(x, y, c, s[, n, offx, incx, offy, incy, overwrite_x, overwrite_y]) = <fortran function drot>#
- Wrapper for - drot.- Parameters:
- xinput rank-1 array(‘d’) with bounds (*)
- yinput rank-1 array(‘d’) with bounds (*)
- cinput float
- sinput float
 
- Returns:
- xrank-1 array(‘d’) with bounds (*)
- yrank-1 array(‘d’) with bounds (*)
 
- Other Parameters:
- ninput int, optional
- Default: (len(x)-1-offx)/abs(incx)+1 
- overwrite_xinput int, optional
- Default: 0 
- offxinput int, optional
- Default: 0 
- incxinput int, optional
- Default: 1 
- overwrite_yinput int, optional
- Default: 0 
- offyinput int, optional
- Default: 0 
- incyinput int, optional
- Default: 1