######Assumptions######
- Instead of creating matrix with different values, same value is inserted for each [row][col] of the matrix, this is done for ease of input.
######Steps to Build######
- cd
- mkdir build
- cd build
- cmake ..
- make
#####Steps to Run######
- cd
- ./MatrixVectorExecutable
######Future changes#######
- Add Gtest