Skip to content
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

Dimension error between standard matrix and Hankel type matrix #139

Open
Ricknaark opened this issue Oct 27, 2024 · 0 comments
Open

Dimension error between standard matrix and Hankel type matrix #139

Ricknaark opened this issue Oct 27, 2024 · 0 comments

Comments

@Ricknaark
Copy link

Hi, I am not sure if it is related to Toeplitz or something else but I rather mention it in case it can be fixed.

I was trying to multiply a Hankel matrix of dimension (25, x) with a vector (x,) but the result was a vector of dimension (26,) which should be impossible.

I had to transform the Hankel type matrix into a standard Matrix type as a workaround to get my (25,) vector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant