scipy.linalg.lapack.ctbtrs#
- scipy.linalg.lapack.ctbtrs(ab, b[, uplo, trans, diag, overwrite_b]) = <fortran function ctbtrs>#
用于
ctbtrs
的包装器。- 参数:
- 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