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