We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Matrix-Multiplication-Project/src/functions.h
Lines 313 to 321 in b21c0a5
I’ll investigate this later
The text was updated successfully, but these errors were encountered:
Ok so the order in which all the variables are passed to the function is fine. I seriously don't get what is causing the issue
The actual calculation part seems fine, but it breaks at the indices. Maybe because the size of the resulting matrix is different??
Sorry, something went wrong.
This issue was finally fixed with 201e1ca commit 🎉 🎉 ❤️
Dvd-Znf
No branches or pull requests
Matrix-Multiplication-Project/src/functions.h
Lines 313 to 321 in b21c0a5
This may be the cause for the silly Rectangular Matrix bug
When pasrsing those indices, the order may be reversed
I’ll investigate this later
The text was updated successfully, but these errors were encountered: