scipy.linalg.lapack.dpotrs#
- scipy.linalg.lapack.dpotrs(c, b[, lower, overwrite_b]) = <fortran object>#
Wrapper for
dpotrs
.- Parameters
- cinput rank-2 array(‘d’) with bounds (n,n)
- binput rank-2 array(‘d’) with bounds (n,nrhs)
- Returns
- xrank-2 array(‘d’) with bounds (n,nrhs) and b storage
- infoint
- Other Parameters
- overwrite_binput int, optional
Default: 0
- lowerinput int, optional
Default: 0