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 存储
- infoint
- 其他参数:
- uplo输入字节,可选
默认值: ‘U’
- trans输入字节,可选
默认值: ‘N’
- diag输入字节,可选
默认值: ‘N’
- overwrite_b输入 int,可选
默认值: 0