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