scipy.linalg.lapack.sposvx#
- scipy.linalg.lapack.sposvx(a, b[, fact, af, equed, s, lower, overwrite_a, overwrite_b]) = <fortran function sposvx>#
sposvx
的包装器。- 参数:
- a输入秩为 2 的数组(“f”),边界为 (n,n)
- b输入秩为 2 的数组(“f”),边界为 (n,nrhs)
- 返回:
- a_s秩为 2 的数组(“f”),边界为 (n,n) 和 a 存储
- lu秩为 2 的数组(“f”),边界为 (n,n) 和 af 存储
- equedbytes
- s秩为 1 的数组(“f”),边界为 (n)
- b_s秩为 2 的数组(“f”),边界为 (n,nrhs) 和 b 存储
- x秩为 2 的数组(“f”),边界为 (n,nrhs)
- rcondfloat
- ferr秩为 1 的数组(“f”),边界为 (nrhs)
- berr秩为 1 的数组(“f”),边界为 (nrhs)
- infoint
- 其他参数:
- fact输入 bytes,可选
默认值:“E”
- overwrite_a输入 int,可选
默认值:0
- af输入秩为 2 的数组(“f”),边界为 (n,n)
- equed输入 bytes,可选
默认值:“Y”
- s输入秩为 1 的数组(“f”),边界为 (n)
- overwrite_b输入 int,可选
默认值:0
- lower输入 int,可选
默认值:0