scipy.linalg.lapack.dtbtrs#
- scipy.linalg.lapack.dtbtrs(ab, b[, uplo, trans, diag, overwrite_b]) = <fortran function dtbtrs>#
dtbtrs
的包装器。- 参数:
- abinput rank-2 array('d') with bounds (ldab,n) (输入秩为 2 的数组('d'),边界为 (ldab,n))
- binput rank-2 array('d') with bounds (ldb,nrhs) (输入秩为 2 的数组('d'),边界为 (ldb,nrhs))
- 返回值:
- xrank-2 array('d') with bounds (ldb,nrhs) and b storage (秩为 2 的数组('d'),边界为 (ldb,nrhs) 并存储在 b 中)
- infoint
- 其他参数:
- uploinput bytes, optional (输入字节,可选)
默认值:'U'
- transinput bytes, optional (输入字节,可选)
默认值:'N'
- diaginput bytes, optional (输入字节,可选)
默认值:'N'
- overwrite_binput int, optional (输入整数,可选)
默认值:0