scipy.linalg.lapack.zpftrs#
- scipy.linalg.lapack.zpftrs(n, a, b[, transr, uplo, overwrite_b]) = <fortran function zpftrs>#
zpftrs
的包裝函式。- 參數:
- ninput int
- ainput rank-1 array(‘D’) with bounds (nt)
- binput rank-2 array(‘D’) with bounds (ldb,nhrs)
- 返回:
- xrank-2 array(‘D’) with bounds (ldb,nhrs) and b storage
- infoint
- 其他參數:
- transrinput bytes, optional
預設值:‘N’
- uploinput bytes, optional
預設值:‘U’
- overwrite_binput int, optional
預設值:0