Hi, I'm currently working on a matlab routine where now I came to the problem of solving a matrix equatin A*x=b where A is a matrix with block-Toeplitz structure, but is not symmetric. I wondered if the code block_levinson can also be used to solve my problem. Or does anyone know in which way it has to be modified?
Thanks for your advice in advance, it will be very helpful.
M.
Hi. I have modified your code to work when y has dimension nxm (ie, to solve several systems at once) in accordance with the usual b\A solver. I can send you the code to upload if you would like.
- Robert Rosenbaum
Comment only