scipy.linalg.blas.zhpmv#
- scipy.linalg.blas.zhpmv(n, alpha, ap, x[, incx, offx, beta, y, incy, offy, lower, overwrite_y]) = <fortran function zhpmv>#
Wrapper for
zhpmv
.- Parameters:
- ninput int
- alphainput complex
- apinput rank-1 array(‘D’) with bounds (*)
- xinput rank-1 array(‘D’) with bounds (*)
- Returns:
- youtrank-1 array(‘D’) with bounds (ly) and y storage
- Other Parameters:
- incxinput int, optional
Default: 1
- offxinput int, optional
Default: 0
- betainput complex, optional
Default: (0.0, 0.0)
- yinput rank-1 array(‘D’) with bounds (ly)
- overwrite_yinput int, optional
Default: 0
- incyinput int, optional
Default: 1
- offyinput int, optional
Default: 0
- lowerinput int, optional
Default: 0