scipy.linalg.lapack.cpotrs#

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

的包装器 cpotrs.

参数:
c输入 rank-2 数组(‘F’),具有边界 (n,n)
b输入 rank-2 数组(‘F’),具有边界 (n,nrhs)
返回:
xrank-2 数组(‘F’),具有边界 (n,nrhs) 和 b 存储
infoint
其他参数:
overwrite_b输入 int,可选

默认值: 0

lower输入 int,可选

默认值: 0