scipy.linalg.blas.chpr2¶
-
scipy.linalg.blas.
chpr2
(n, alpha, x, y, ap[, incx, offx, incy, offy, lower, overwrite_ap]) = <fortran object>¶ Wrapper for
chpr2
.- Parameters
- ninput int
- alphainput complex
- xinput rank-1 array(‘F’) with bounds (*)
- yinput rank-1 array(‘F’) with bounds (*)
- apinput rank-1 array(‘F’) with bounds (*)
- Returns
- apurank-1 array(‘F’) with bounds (*) and ap storage
- Other Parameters
- incxinput int, optional
Default: 1
- offxinput int, optional
Default: 0
- incyinput int, optional
Default: 1
- offyinput int, optional
Default: 0
- overwrite_apinput int, optional
Default: 0
- lowerinput int, optional
Default: 0