Hi guys. I am working on a matrix multiplication code. Its working but not correctly :).. I would really appreciate if you guys could help me with this..
Thanks.
I don't have time to look in detail at your code (since I'm at work), but at a glance. Your loops are starting at 1, which would cause an error since arrays start at 0. Also you have them set to <= which could cause to go out of bound. usually should go x < a.size