scipy.linalg.lapack.chesv#

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

chesv 的包装器。

参数:
a输入秩 2 数组(‘F’),边界为 (n,n)
b输入秩 2 数组(‘F’),边界为 (n,nrhs)
返回:
uduh秩 2 数组(‘F’),边界为 (n,n) 且为 a 存储
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