scipy.linalg.lapack.stpttr#

scipy.linalg.lapack.stpttr(n, ap[, uplo]) = <fortran function stpttr>#

stpttr 的包裝函式。

參數:
n輸入 int
ap輸入 rank-1 array(‘f’),邊界為 (nt)
返回:
arank-2 array(‘f’),邊界為 (n,n)
infoint
其他參數:
uplo輸入 bytes,選用

預設值: ‘U’