scipy.linalg.lapack.stbtrs#
- scipy.linalg.lapack.stbtrs(ab, b[, uplo, trans, diag, overwrite_b]) = <fortran 函数 stbtrs>#
stbtrs
的包装器。- 参数:
- ab输入秩-2 数组('f'),边界为 (ldab,n)
- b输入秩-2 数组('f'),边界为 (ldb,nrhs)
- 返回:
- x秩-2 数组('f'),边界为 (ldb,nrhs) 且使用 b 的存储
- info整数
- 其他参数:
- uplo输入字节,可选
默认值:'U'
- trans输入字节,可选
默认值:'N'
- diag输入字节,可选
默认值:'N'
- overwrite_b输入整数,可选
默认值:0