scipy.linalg.lapack.dtpttr#

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

dtpttr 的包装器。

参数:
n输入 int
ap输入秩为 1 的数组('d' 类型),边界为 (nt)
返回:
a秩为 2 的数组('d' 类型),边界为 (n,n)
infoint
其他参数:
uplo输入字节,可选

默认值: ‘U’