scipy.linalg.lapack.cpftrs#
- scipy.linalg.lapack.cpftrs(n, a, b[, transr, uplo, overwrite_b]) = <fortran function cpftrs>#
Wrapper for
cpftrs
.- Parameters:
- ninput int
- ainput rank-1 array(āFā) with bounds (nt)
- binput rank-2 array(āFā) with bounds (ldb,nhrs)
- Returns:
- xrank-2 array(āFā) with bounds (ldb,nhrs) and b storage
- infoint
- Other Parameters:
- transrinput bytes, optional
Default: āNā
- uploinput bytes, optional
Default: āUā
- overwrite_binput int, optional
Default: 0