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