scipy.linalg.lapack.strttf#
- scipy.linalg.lapack.strttf(a[, transr, uplo]) = <fortran function strttf>#
- Wrapper for - strttf.- Parameters:
- ainput rank-2 array(‘f’) with bounds (lda,n)
 
- Returns:
- arfrank-1 array(‘f’) with bounds ((n + n * n) / 2)
- infoint
 
- Other Parameters:
- transrinput bytes, optional
- Default: ‘N’ 
- uploinput bytes, optional
- Default: ‘U’