This is documentation for an old release of SciPy (version 1.7.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.dpftri¶
- scipy.linalg.lapack.dpftri(n, a[, transr, uplo, overwrite_a]) = <fortran object>¶
Wrapper for
dpftri
.- Parameters
- ninput int
- ainput rank-1 array(‘d’) with bounds (nt)
- Returns
- ainvrank-1 array(‘d’) with bounds (nt) and a storage
- infoint
- Other Parameters
- transrinput string(len=1), optional
Default: ‘N’
- uploinput string(len=1), optional
Default: ‘U’
- overwrite_ainput int, optional
Default: 0