scipy.linalg.lapack.chesvx#

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

chesvx 的包装器。

参数:
a输入秩-2数组(‘F’),边界为 (n,n)
b输入秩-2数组(‘F’),边界为 (n,nrhs)
返回:
uduh秩-2数组(‘F’),边界为 (n,n) 并且存储 af
ipiv秩-1数组(‘i’),边界为 (n)
x秩-2数组(‘F’),边界为 (n,nrhs)
rcond浮点数
ferr秩-1数组(‘f’),边界为 (nrhs)
berr秩-1数组(‘f’),边界为 (nrhs)
info整数
其他参数:
overwrite_a输入整数,可选

默认值:0

af输入秩-2数组(‘F’),边界为 (n,n)
ipiv输入秩-1数组(‘i’),边界为 (n)
overwrite_b输入整数,可选

默认值:0

lwork输入整数,可选

默认值:max(2*n,1)

factored输入整数,可选

默认值:0

lower输入整数,可选

默认值:0