scipy.linalg.blas.zhbmv#
- scipy.linalg.blas.zhbmv(k, alpha, a, x[, incx, offx, beta, y, incy, offy, lower, overwrite_y]) = <fortran function zhbmv>#
- Wrapper for - zhbmv.- Parameters:
- kinput int
- alphainput complex
- ainput rank-2 array(‘D’) with bounds (lda,n)
- 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