scipy.linalg.lapack.dtpttf#

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

dtpttf 的包装器。

参数:
n输入整数
ap输入秩为1的数组(‘d’),边界为(nt)
返回:
arf秩为1的数组(‘d’),边界为(nt)
信息整数
其他参数:
transr输入字节,可选

默认值:’N’

上传输入字节,可选

默认值:’U’