scipy.linalg.lapack.spttrs#

scipy.linalg.lapack.spttrs(d, e, b[, overwrite_b]) = <fortran function spttrs>#

spttrs 的包装器。

参数:
d输入秩 1 数组(‘f’) 范围为 (n)
e输入秩 1 数组(‘f’) 范围为 ((n > 0?-1 + n:0))
b输入秩 2 数组(‘f’) 范围为 (ldb,nrhs)
返回值:
x秩 2 数组(‘f’) 范围为 (ldb,nrhs) 且存储 b
infoint
其他参数:
overwrite_b输入 int,可选

默认值:0