scipy.linalg.blas.zhemv
-
scipy.linalg.blas.zhemv = <fortran object>
- zhemv - Function signature:
- y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y])
- Required arguments:
- alpha : input complex
a : input rank-2 array(‘D’) with bounds (n,n)
x : input rank-1 array(‘D’) with bounds (*)
- Optional arguments:
- beta := (0.0, 0.0) input complex
y : input rank-1 array(‘D’) with bounds (ly)
overwrite_y := 0 input int
offx := 0 input int
incx := 1 input int
offy := 0 input int
incy := 1 input int
lower := 0 input int
- Return objects:
- y : rank-1 array(‘D’) with bounds (ly)