scipy.linalg.lapack.dtfttp#

scipy.linalg.lapack.dtfttp(n, arf[, transr, uplo]) = <fortran function dtfttp>#

“dtfttp” 的包装器。

参数:
n输入 int
arf输入秩为 1 的数组(‘d’),边界为 (nt)
返回值:
ap秩为 1 的数组(‘d’),边界为 (nt)
infoint
其他参数:
transr输入字节,可选

默认值: ‘N’

uplo输入字节,可选

默认值: ‘U’