scipy.linalg.blas.chpmv#
- scipy.linalg.blas.chpmv(n, alpha, ap, x[, incx, offx, beta, y, incy, offy, lower, overwrite_y]) = <fortran function chpmv>#
Wrapper for
chpmv
.- Parameters:
- ninput int
- alphainput complex
- apinput rank-1 array(‘F’) with bounds (*)
- xinput rank-1 array(‘F’) with bounds (*)
- Returns:
- youtrank-1 array(‘F’) 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(‘F’) with bounds (ly)
- overwrite_yinput int, optional
Default: 0
- incyinput int, optional
Default: 1
- offyinput int, optional
Default: 0
- lowerinput int, optional
Default: 0