scipy.linalg.lapack.chesvx#
- scipy.linalg.lapack.chesvx(a, b[, af, ipiv, lwork, factored, lower, overwrite_a, overwrite_b]) = <fortran function 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)
- rcondfloat
- ferr秩 1 数组('f'),边界为 (nrhs)
- berr秩 1 数组('f'),边界为 (nrhs)
- infoint
- 其他参数:
- overwrite_a输入 int,可选
默认值: 0
- af输入秩 2 数组('F'),边界为 (n,n)
- ipiv输入秩 1 数组('i'),边界为 (n)
- overwrite_b输入 int,可选
默认值: 0
- lwork输入 int,可选
默认值: max(2*n,1)
- factored输入 int,可选
默认值: 0
- lower输入 int,可选
默认值: 0