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