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