This is documentation for an old release of SciPy (version 1.6.2). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.spftri¶
-
scipy.linalg.lapack.
spftri
(n, a[, transr, uplo, overwrite_a]) = <fortran object>¶ Wrapper for
spftri
.- Parameters
- ninput int
- ainput rank-1 array(‘f’) with bounds (nt)
- Returns
- ainvrank-1 array(‘f’) 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