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

complex matrix multiply is broken #59

Open
dino61 opened this issue Sep 16, 2018 · 1 comment
Open

complex matrix multiply is broken #59

dino61 opened this issue Sep 16, 2018 · 1 comment

Comments

@dino61
Copy link

dino61 commented Sep 16, 2018

m1.size => [1,3]
m2.size => [3,3]
m1*m2 => fails, the result matrix is not being sized properly

@dino61
Copy link
Author

dino61 commented Sep 17, 2018

I’ve fixed it and added a test for it, in my cloned repo. What now?

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