scipy.linalg.lapack.sptsv#
- scipy.linalg.lapack.sptsv(d, e, b[, overwrite_d, overwrite_e, overwrite_b]) = <fortran 函数 sptsv>#
sptsv
的包装器。- 参数:
- d输入秩为 1 的数组(‘f’),边界为 (n)
- e输入秩为 1 的数组(‘f’),边界为 (-1 + n)
- b输入秩为 2 的数组(‘f’),边界为 (n,nrhs)
- 返回:
- d秩为 1 的数组(‘f’),边界为 (n)
- du秩为 1 的数组(‘f’),边界为 (-1 + n),且存储在 e 中
- x秩为 2 的数组(‘f’),边界为 (n,nrhs),且存储在 b 中
- infoint
- 其他参数:
- overwrite_d输入 int,可选
默认值: 0
- overwrite_e输入 int,可选
默认值: 0
- overwrite_b输入 int,可选
默认值: 0