scipy.linalg.lapack.ctpttf#

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

包装器 ctpttf.

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

默认:‘N’

uplo输入字节,可选

默认:‘U’