scipy.linalg.lapack.dppsv#
- scipy.linalg.lapack.dppsv(n, ap, b[, lower, overwrite_b]) = <fortran function dppsv>#
dppsv 的包裝函式。
- 參數:
- 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) and b storage
- infoint
- 其他參數:
- lowerinput int, optional
預設值: 0
- overwrite_binput int, optional
預設值: 0