scipy.linalg.lapack.stpttf#

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

stpttf 的包装器。

参数:
n输入 int
ap输入 rank-1 数组(‘f’),边界为 (nt)
返回:
arfrank-1 数组(‘f’),边界为 (nt)
infoint
其他参数:
transr输入 bytes, 可选

默认值: ‘N’

uplo输入 bytes, 可选

默认值: ‘U’