scipy.linalg.blas.zher2¶
- 
scipy.linalg.blas.zher2(alpha, x, y[, lower, incx, offx, incy, offy, n, a, overwrite_a]) = <fortran object>¶ Wrapper for
zher2.- Parameters
 - alphainput complex
 - xinput rank-1 array(‘D’) with bounds (*)
 - yinput rank-1 array(‘D’) with bounds (*)
 
- Returns
 - arank-2 array(‘D’) with bounds (n,n)
 
- Other Parameters
 - lowerinput int, optional
 Default: 0
- incxinput int, optional
 Default: 1
- offxinput int, optional
 Default: 0
- incyinput int, optional
 Default: 1
- offyinput int, optional
 Default: 0
- ninput int, optional
 Default: ((len(x)-1-offx)/abs(incx)+1 <=(len(y)-1-offy)/abs(incy)+1 ?(len(x)-1-offx)/abs(incx)+1 :(len(y)-1-offy)/abs(incy)+1)
- ainput rank-2 array(‘D’) with bounds (n,n)
 - overwrite_ainput int, optional
 Default: 0
