scipy.linalg.lapack.ctfttr#

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

ctfttr 的包装器。

参数:
ninput int
arfinput rank-1 array('F') with bounds (nt)
返回值:
arank-2 array('F') with bounds (lda,n)
infoint
其他参数:
transrinput bytes, optional

默认值:'N'

uploinput bytes, optional

默认值:'U'