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