scipy.linalg.lapack.stpttr#

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

stpttr 的包装器。

参数:
n输入 int
ap输入 rank-1 数组(‘f’),边界为 (nt)
返回:
arank-2 数组(‘f’),边界为 (n,n)
infoint
其他参数:
uplo输入字节,可选

默认值: ‘U’