scipy.linalg.lapack.csytrs#
- scipy.linalg.lapack.csytrs(a, ipiv, b[, lower, overwrite_b]) = <fortran function csytrs>#
Wrapper for
csytrs
.- Parameters:
- ainput rank-2 array(‘F’) with bounds (lda,n)
- ipivinput rank-1 array(‘i’) with bounds (n)
- binput rank-2 array(‘F’) with bounds (ldb,nrhs)
- Returns:
- xrank-2 array(‘F’) with bounds (ldb,nrhs) and b storage
- infoint
- Other Parameters:
- overwrite_binput int, optional
Default: 0
- lowerinput int, optional
Default: 0