scipy.linalg.lapack.dpftrs#

scipy.linalg.lapack.dpftrs(n, a, b[, transr, uplo, overwrite_b]) = <fortran function dpftrs>#

用于 dpftrs 的包装器。

参数:
n输入整数
a输入秩为 1 的数组(‘d’),边界为 (nt)
b输入秩为 2 的数组(‘d’),边界为 (ldb,nhrs)
返回值:
x秩为 2 的数组(‘d’),边界为 (ldb,nhrs),并包含 b 的存储
info整数
其他参数:
transr输入字节,可选

默认值: ‘N’

uplo输入字节,可选

默认值: ‘U’

overwrite_b输入整数,可选

默认值: 0