scipy.linalg.lapack.ctbtrs#
- scipy.linalg.lapack.ctbtrs(ab, b[, uplo, trans, diag, overwrite_b]) = <fortran function ctbtrs>#
ctbtrs
的包裝函式。- 參數:
- abinput rank-2 array(‘F’) with bounds (ldab,n)
- binput rank-2 array(‘F’) with bounds (ldb,nrhs)
- 回傳值:
- xrank-2 array(‘F’) with bounds (ldb,nrhs) and b storage
- infoint
- 其他參數:
- uploinput bytes, optional
預設值: ‘U’
- transinput bytes, optional
預設值: ‘N’
- diaginput bytes, optional
預設值: ‘N’
- overwrite_binput int, optional
預設值: 0