scipy.linalg.lapack.stpttf#

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

用于 stpttf 的包装器。

参数:
ninput int
apinput rank-1 array(‘f’) with bounds (nt)
返回值:
arfrank-1 array(‘f’) with bounds (nt)
infoint
其他参数:
transrinput bytes, optional

默认值: ‘N’

uploinput bytes, optional

默认值: ‘U’