scipy.linalg.lapack.stpttr#

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

用于 stpttr 的包装器。

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

默认值: ‘U’