scipy.linalg.blas.zher2

scipy.linalg.blas.zher2 = <fortran object>
zher2 - Function signature:
a = zher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a])
Required arguments:
alpha : input complex x : input rank-1 array(‘D’) with bounds (*) y : input rank-1 array(‘D’) with bounds (*)
Optional arguments:
lower := 0 input int incx := 1 input int offx := 0 input int incy := 1 input int offy := 0 input int n := ((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) input int a : input rank-2 array(‘D’) with bounds (n,n) overwrite_a := 0 input int
Return objects:
a : rank-2 array(‘D’) with bounds (n,n)