scipy.linalg.lapack.stfttr#
- scipy.linalg.lapack.stfttr(n, arf[, transr, uplo]) = <fortran function stfttr>#
- Wrapper for - stfttr.- Parameters:
- ninput int
- arfinput rank-1 array(‘f’) with bounds (nt)
 
- Returns:
- arank-2 array(‘f’) with bounds (lda,n)
- infoint
 
- Other Parameters:
- transrinput bytes, optional
- Default: ‘N’ 
- uploinput bytes, optional
- Default: ‘U’