You are viewing an older revision! See the latest version
MatrixClass
A class to handle Matrices¶
I created this class using the <vector>'s. I write it and debugged it in Netbeans then port it to mbed. The idea is to be able to work with Neural Networks and Kinematics.
I still have a few warnings in the code, maybe someone could help with those. I'm also working on a MatrixMath class, to give basic matrix operations to Matrix objects.
This is my biggest and best C++ program. I'm still learning so any advice or improvement is well recieved.
Ok so the Class I'm talking about is this:
Import libraryMatrix
Matrix Library. v1.6.4
Also as progress in this topic is made, I'll publish it here. Also any request to modify or add something to the code, feel free to coment.
