scipy.linalg.lapack.stbtrs#
- scipy.linalg.lapack.stbtrs(ab, b[, uplo, trans, diag, overwrite_b]) = <fortran function stbtrs>#
stbtrs 的包裝函式。
- 參數:
- ab輸入 rank-2 array(‘f’) 具有 bounds (ldab,n)
- b輸入 rank-2 array(‘f’) 具有 bounds (ldb,nrhs)
- 回傳:
- xrank-2 array(‘f’) 具有 bounds (ldb,nrhs) 和 b 儲存空間
- infoint
- 其他參數:
- uplo輸入 bytes,選用
預設值: ‘U’
- trans輸入 bytes,選用
預設值: ‘N’
- diag輸入 bytes,選用
預設值: ‘N’
- overwrite_b輸入 int,選用
預設值: 0