scipy.linalg.blas.csymm — SciPy v1.15.3 Manual (original) (raw)
scipy.linalg.blas.csymm(alpha, a, _b_[, beta, c, side, lower, _overwrite_c_]) = #
Wrapper for csymm
.
Parameters:
alphainput complex
ainput rank-2 array(‘F’) with bounds (lda,ka)
binput rank-2 array(‘F’) with bounds (ldb,kb)
Returns:
crank-2 array(‘F’) with bounds (m,n)
Other Parameters:
betainput complex, optional
Default: (0.0, 0.0)
cinput rank-2 array(‘F’) with bounds (m,n)
overwrite_cinput int, optional
Default: 0
sideinput int, optional
Default: 0
lowerinput int, optional
Default: 0