scipy.linalg.lapack.ctpttr#

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

ctpttr 的包装器。

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

默认值:’U’