scipy.linalg.lapack.dpftrs#
- scipy.linalg.lapack.dpftrs(n, a, b[, transr, uplo, overwrite_b]) = <fortran function dpftrs>#
- Wrapper for - dpftrs.- 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 bytes, optional
- Default: ‘N’ 
- uploinput bytes, optional
- Default: ‘U’ 
- overwrite_binput int, optional
- Default: 0