scipy.linalg.lapack.chesv#

scipy.linalg.lapack.chesv(a, b[, lwork, lower, overwrite_a, overwrite_b]) = <fortran 函数 chesv>#

chesv 的包装器。

参数:
a输入秩为 2 的数组(‘F’),边界为 (n,n)
b输入秩为 2 的数组(‘F’),边界为 (n,nrhs)
返回:
uduh秩为 2 的数组(‘F’),边界为 (n,n) 并带有存储空间
ipiv秩为 1 的数组(‘i’),边界为 (n)
x秩为 2 的数组(‘F’),边界为 (n,nrhs) 并带有 b 的存储空间
infoint
其他参数:
overwrite_a输入 int,可选

默认值: 0

overwrite_b输入 int,可选

默认值: 0

lwork输入 int,可选

默认值: max(n,1)

lower输入 int,可选

默认值: 0