scipy.linalg.lapack.dpptrs#
- scipy.linalg.lapack.dpptrs(n, ap, b[, lower, overwrite_b]) = <fortran function dpptrs>#
dpptrs
的包裝函式。- 參數:
- ninput int
- apinput rank-1 array(‘d’) with bounds (L)
- binput rank-2 array(‘d’) with bounds (ldb,nrhs)
- 返回:
- xrank-2 array(‘d’) with bounds (ldb,nrhs) 且 b 儲存空間
- infoint
- 其他參數:
- lowerinput int, optional
預設值: 0
- overwrite_binput int, optional
預設值: 0