test morning

Dependencies:   ISR_Mini-explorer mbed

Fork of roboticLab_withclass_3_July by Georgios Tsamis

Revision:
10:d0109d7cbe7c
Parent:
9:1cc27f33d3e1
Child:
11:b91fe0ed4fed
--- a/myMatrix.hpp	Mon Jul 10 16:23:52 2017 +0000
+++ b/myMatrix.hpp	Mon Jul 10 18:03:19 2017 +0000
@@ -9,7 +9,11 @@
         float** data;
 
         myMatrix(int inNbRow,int inNbColumn);
-
+        
+        void set(int i,int j, float value);
+        
+        float get(int i,int j);
+        
         void fillWithInverse(myMatrix mat1);
 
         //WIP