This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.zpftrs#
- scipy.linalg.lapack.zpftrs(n, a, b[, transr, uplo, overwrite_b]) = <fortran object>#
Wrapper for
zpftrs
.- Parameters
- ninput int
- ainput rank-1 array(‘D’) with bounds (nt)
- binput rank-2 array(‘D’) with bounds (ldb,nhrs)
- Returns
- xrank-2 array(‘D’) with bounds (ldb,nhrs) and b storage
- infoint
- Other Parameters
- transrinput string(len=1), optional
Default: ‘N’
- uploinput string(len=1), optional
Default: ‘U’
- overwrite_binput int, optional
Default: 0