-
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
Symbolic (symmetric-toepltiz)matrix-vector multiplication doesn't work for higher dimensions of matrix #109
Comments
This seems to be the culprit: ToeplitzMatrices.jl/src/linearalgebra.jl Lines 19 to 38 in 52775d6
Modifying the code so the small case branch is taken unconditionally fixes the issue. |
@nsajko shouldn't this issue be fixed by maintainers of ToeplitzMatrices.jl ? Or is it something that is expected to be done in isolation by users in their own compiled package of ToeplitzMatrices.jl ? |
I guess so. I'm not a maintainer, though, so don't ask me. |
Thanks for the help with that smaller case condition. It helped a lot |
I am trying following , and this works okay! I am raising this issue both on Symbolics and ToeplitzMatrices
However, the code fails if i increase the code to N=280, even with FFTW
The text was updated successfully, but these errors were encountered: