Solve particular block Toeplitz linear system
Afficher commentaires plus anciens
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 commentaire
Christine Tobler
le 8 Jan 2021
Maybe the second suggestion in this answers post can help?
Réponses (0)
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!