This is documentation for an old release of SciPy (version 1.2.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.ctpttf¶
-
scipy.linalg.lapack.
ctpttf
(n, ap[, transr, uplo]) = <fortran object>¶ Wrapper for
ctpttf
.Parameters: - n : input int
- ap : input rank-1 array(‘F’) with bounds (nt)
Returns: - arf : rank-1 array(‘F’) with bounds (nt)
- info : int
Other Parameters: - transr : input string(len=1), optional
Default: ‘N’
- uplo : input string(len=1), optional
Default: ‘U’