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

calculation faults #4

Open
ahmed-amir-azouzi opened this issue Apr 21, 2018 · 1 comment
Open

calculation faults #4

ahmed-amir-azouzi opened this issue Apr 21, 2018 · 1 comment

Comments

@ahmed-amir-azouzi
Copy link

line 32: return true; to be replaced with return false;
line 77: for(i = 1; i <= c1; i++) to be replaced with for(i = 1; i <= r1; i++)

as a general rule in matrix multiplication:
if y1=x2 then M1[x1,y1] * M2[x2,y2] = M3[x1,y2]

@MelroyNoronha
Copy link
Owner

Please create a pull request to fix the issue. Thanks for your time.

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

2 participants