scipy.linalg.lapack.cpptrs#

scipy.linalg.lapack.cpptrs(n, ap, b[, lower, overwrite_b]) = <fortran function cpptrs>#

用于 cpptrs 的包装器。

参数:
n输入 int
ap输入秩 1 数组(‘F’) 范围为 (L)
b输入秩 2 数组(‘F’) 范围为 (ldb,nrhs)
返回值:
x秩 2 数组(‘F’) 范围为 (ldb,nrhs) 以及 b 存储
infoint
其他参数:
lower输入 int,可选

默认值:0

overwrite_b输入 int,可选

默认值:0