scipy.linalg.lapack.dsysvx#

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

dsysvx 的包装器。

参数:
a输入秩 2 数组(‘d’),边界为 (n,n)
b输入秩 2 数组(‘d’),边界为 (n,nrhs)
返回:
a_s秩 2 数组(‘d’),边界为 (n,n) 和 a 存储
udut秩 2 数组(‘d’),边界为 (n,n) 和 af 存储
ipiv秩 1 数组(‘i’),边界为 (n)
b_s秩 2 数组(‘d’),边界为 (n,nrhs) 和 b 存储
x秩 2 数组(‘d’),边界为 (n,nrhs)
rcondfloat
ferr秩 1 数组(‘d’),边界为 (nrhs)
berr秩 1 数组(‘d’),边界为 (nrhs)
infoint
其他参数:
overwrite_a输入 int,可选

默认值:0

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

默认值:0

lwork输入 int,可选

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

factored输入 int,可选

默认值:0

lower输入 int,可选

默认值:0