Solve particular block Toeplitz linear system
15 次查看(过去 30 天)
显示 更早的评论
Hi,
I wish to solve the system
where T is block band Toeplitz and X the unkown. In my case, T has a particular form: the blocks are symmetric and quite large (
.
or even more) and I have around n blocks on the block diagonal of T, and around m block lower (and upper) diagonals ( T is band block), such that, for example for
and
:
0 0
0
where the bar means the conjugate. 0


0 0


The LU decomposition works quite well, but I would like to exploit this particular structure: symmetric blocks, block Toeplitz and block band matrix.
However, the size of the blocks is large, and algorithms like block Levinson in the FEx are not efficient at all since they fully invert a block n times. They are very efficient for small blocks.
Any idea?
1 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Algebra 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!