scipy.linalg.lapack.ztpttf#

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

ztpttf 的包装器。

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

默认值: ‘N’

uplo输入字节,可选

默认值: ‘U’