scipy.linalg.lapack.dtfttp¶
- 
scipy.linalg.lapack.dtfttp(n, arf[, transr, uplo]) = <fortran object>¶ Wrapper for
dtfttp.- Parameters
 - ninput int
 - arfinput rank-1 array(‘d’) with bounds (nt)
 
- Returns
 - aprank-1 array(‘d’) with bounds (nt)
 - infoint
 
- Other Parameters
 - transrinput string(len=1), optional
 Default: ‘N’
- uploinput string(len=1), optional
 Default: ‘U’
