scipy.linalg.lapack.sptsv#
- scipy.linalg.lapack.sptsv(d, e, b[, overwrite_d, overwrite_e, overwrite_b]) = <fortran function 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