scipy.linalg.lapack.cposv#

scipy.linalg.lapack.cposv(a, b[, lower, overwrite_a, overwrite_b]) = <fortran function cposv>#

包装器 cposv.

参数:
a输入秩为 2 的数组(‘F’) 范围 (n,n)
b输入秩为 2 的数组(‘F’) 范围 (n,nrhs)
返回值:
c秩为 2 的数组(‘F’) 范围 (n,n) 以及 a 的存储
x秩为 2 的数组(‘F’) 范围 (n,nrhs) 以及 b 的存储
infoint
其他参数:
overwrite_a输入 int,可选

默认值: 0

overwrite_b输入 int,可选

默认值: 0

lower输入 int,可选

默认值: 0