0
Matrix multiplication. My code is not running.
My matrix multiplication can't produce a correct result. https://code.sololearn.com/cAAZzAQCrwQu/?ref=app
2 Respuestas
0
If you do make the code prettier, and a bit clean it, then you can see the problem. This code in the current state is kind a unreadable.
0
My matrix lib in C: https://www.github.com/domonkosgyomorey/Mat
My vector lib in C:
https://www.github.com/domonkosgyomorey/Vec
My linear algebra lib in C:
https://www.github.com/domonkosgyomorey/LAL
I think my code is much readable, and you can learn from it