summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-28Iterators compacting code improvements, still not compilesancarola2-274/+729
2019-06-28Optimising matrices access and operationsancarola3-9/+832
2019-06-22Update CMakeLists and structure under includeNao Pross2-0/+0
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-23Make childs inherit all basic_vec constructors with lang syntaxNao Pross1-14/+3
2019-02-23Start specializations of basic_matrixNao Pross1-6/+95
2019-02-23Add test to cmakeNao Pross1-1/+1
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 Pross2-0/+0
2019-02-11CMakeLists: include fixes, include tree structure modifiedancarola2-0/+0
2019-02-07Add move constructor and move operator= to mmvecNao Pross1-6/+28
2019-02-07Add initial implementation for mmmatrix and update to build.ninjaNao Pross1-0/+59
2019-02-07Change public headers directory (include) structureNao Pross2-0/+11
2019-01-22Move public headers in include/HEADreadymasterNao Pross1-0/+308