scipy.linalg.lapack.ctfttr#

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

ctfttr 的包装器。

参数:
n输入 int
arf输入秩为 1 的数组(‘F’) 范围为 (nt)
返回值:
a秩为 2 的数组(‘F’) 范围为 (lda,n)
infoint
其他参数:
transr输入字节,可选

默认值: ‘N’

uplo输入字节,可选

默认值: ‘U’