scipy.linalg.lapack.ztfttp¶
-
scipy.linalg.lapack.
ztfttp
(n, arf[, transr, uplo]) = <fortran object>¶ Wrapper for
ztfttp
.Parameters: - n : input int
- arf : input rank-1 array(‘D’) with bounds (nt)
Returns: - ap : rank-1 array(‘D’) with bounds (nt)
- info : int
Other Parameters: - transr : input string(len=1), optional
Default: ‘N’
- uplo : input string(len=1), optional
Default: ‘U’