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