some common used matrix operations, I wrote this toy code for implementing an artificial neural network model (to have fun)
regarding API manual, please check the test examples
(1) a template class to represent matrix
(2) matrix transposition
(3) dot product
(4) multiply with a number for all its items