-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for block Topelitz matrices #54
Comments
Great idea. Note that it should build on BlockArrays.jl FYI There is experimental implementation of infinite dimensional block Toeplitz operators in InfiniteLinearAlgebra.jl. |
Can you please help me a bit implementing this?
However I am not sure where I should go to modify ToeplitzMatrices.jl. |
It would probably go in a separate package BlockToeplitzMatrices.jl. Unfortunately I don't have time to help with this at the moment. |
Many applications (such as MIMO control, filtering, etc.) have block Topelitz matrices involved. Currently, this library only seems to support scalar Toeplitz matrices, so it would be nice to extend it to handle block Toeplitz matrices (both generic blocks and block-Toeplitz-Toeplitz-block matrices).
The text was updated successfully, but these errors were encountered: