scipy.linalg.blas.cher2 — SciPy v1.15.3 Manual (original) (raw)
scipy.linalg.blas.cher2(alpha, x, _y_[, lower, incx, offx, incy, offy, n, a, _overwrite_a_]) = #
Wrapper for cher2
.
Parameters:
alphainput complex
xinput rank-1 array(‘F’) with bounds (*)
yinput rank-1 array(‘F’) with bounds (*)
Returns:
arank-2 array(‘F’) 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(‘F’) with bounds (n,n)
overwrite_ainput int, optional
Default: 0