scipy.linalg.lapack.cpotrs#

scipy.linalg.lapack.cpotrs(c, b[, lower, overwrite_b]) = <fortran function cpotrs>#

cpotrs 的包装器。

参数::
c输入秩为 2 的数组(‘F’) 且边界为 (n,n)
b输入秩为 2 的数组(‘F’) 且边界为 (n,nrhs)
返回值::
x秩为 2 的数组(‘F’) 且边界为 (n,nrhs) 并且为 b 存储
infoint
其他参数::
overwrite_b输入 int,可选

默认值:0

lower输入 int,可选

默认值:0