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.dtfttr¶
-
scipy.linalg.lapack.
dtfttr
(n, arf[, transr, uplo]) = <fortran object>¶ Wrapper for
dtfttr
.Parameters: - n : input int
- arf : input rank-1 array(‘d’) with bounds (nt)
Returns: - a : rank-2 array(‘d’) with bounds (lda,n)
- info : int
Other Parameters: - transr : input string(len=1), optional
Default: ‘N’
- uplo : input string(len=1), optional
Default: ‘U’