scipy.linalg.lapack.crot#
- scipy.linalg.lapack.crot(x, y, c, s[, n, offx, incx, offy, incy, overwrite_x, overwrite_y]) = <fortran function crot>#
用於
crot
的包裝函式。- 參數:
- xinput rank-1 array(‘F’) with bounds (lx)
- yinput rank-1 array(‘F’) with bounds (ly)
- cinput float
- sinput complex
- 返回:
- xrank-1 array(‘F’) with bounds (lx)
- yrank-1 array(‘F’) with bounds (ly)
- 其他參數:
- ninput int, optional
預設值: (lx-1-offx)/abs(incx)+1
- overwrite_xinput int, optional
預設值: 0
- offxinput int, optional
預設值: 0
- incxinput int, optional
預設值: 1
- overwrite_yinput int, optional
預設值: 0
- offyinput int, optional
預設值: 0
- incyinput int, optional
預設值: 1