scipy.linalg.blas.dcopy#
- scipy.linalg.blas.dcopy(x, y[, n, offx, incx, offy, incy]) = <fortran function dcopy>#
- Wrapper for - dcopy.- Parameters:
- xinput rank-1 array(‘d’) with bounds (*)
- yinput rank-1 array(‘d’) with bounds (*)
 
- Returns:
- yrank-1 array(‘d’) with bounds (*)
 
- 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