scipy.linalg.blas.chpmv#
- scipy.linalg.blas.chpmv(n, alpha, ap, x[, incx, offx, beta, y, incy, offy, lower, overwrite_y]) = <fortran function chpmv>#
chpmv
的包裝函式。- 參數:
- ninput int
- alphainput complex
- apinput rank-1 array(‘F’) with bounds (*)
- xinput rank-1 array(‘F’) with bounds (*)
- 返回:
- youtrank-1 array(‘F’) with bounds (ly) and y storage
- 其他參數:
- incxinput int, optional
預設值: 1
- offxinput int, optional
預設值: 0
- betainput complex, optional
預設值: (0.0, 0.0)
- yinput rank-1 array(‘F’) with bounds (ly)
- overwrite_yinput int, optional
預設值: 0
- incyinput int, optional
預設值: 1
- offyinput int, optional
預設值: 0
- lowerinput int, optional
預設值: 0