scipy.linalg.lapack.ztpttr#

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

ztpttr 的包装器。

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

默认: ‘U’