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