Matrix multiplication. My code is not running. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Matrix multiplication. My code is not running.

My matrix multiplication can't produce a correct result. https://code.sololearn.com/cAAZzAQCrwQu/?ref=app

15th Nov 2022, 12:39 AM
Alan
Alan - avatar
2 Answers
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.
9th Jun 2023, 11:33 AM
Domonkos Gyömörey
Domonkos Gyömörey - avatar
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
9th Jun 2023, 11:35 AM
Domonkos Gyömörey
Domonkos Gyömörey - avatar