Solve particular block Toeplitz linear system

2 views (last 30 days)
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?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!