scipy.linalg.lapack.stfttr#

scipy.linalg.lapack.stfttr(n, arf[, transr, uplo]) = <fortran 函数 stfttr>#

stfttr 的包装器。

参数:
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’