summaryrefslogtreecommitdiffstats
path: root/include/mmmatrix.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-02Update matrix test, add square matrix trace and fix commentsNao Pross1-33/+64
2019-03-01Fix matrix operator[] to allow M[j][k] and operator<< formattingNao Pross1-28/+31
2019-02-23Change storage for matrix to std::array, update matrix_exampleNao Pross1-31/+29
2019-02-23Add initializer_list constructor to basic_matrix and matrix testNao Pross1-50/+98
2019-02-23Start specializations of basic_matrixNao Pross1-6/+95
2019-02-23Add operator<< for basic_matrixNao Pross1-2/+14
2019-02-23Add +, -, * operators to mm::basic_matrixNao Pross1-13/+147
2019-02-22Undo directory structure changeNao Pross1-0/+0
2019-02-07Add initial implementation for mmmatrix and update to build.ninjaNao Pross1-0/+59