Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-02-23 | Change storage for matrix to std::array, update matrix_example | Nao Pross | 1 | -31/+29 |
2019-02-23 | Add initializer_list constructor to basic_matrix and matrix test | Nao Pross | 1 | -50/+98 |
2019-02-23 | Start specializations of basic_matrix | Nao Pross | 1 | -6/+95 |
2019-02-23 | Add operator<< for basic_matrix | Nao Pross | 1 | -2/+14 |
2019-02-23 | Add +, -, * operators to mm::basic_matrix | Nao Pross | 1 | -13/+147 |
2019-02-22 | Undo directory structure change | Nao Pross | 1 | -0/+0 |
2019-02-07 | Add initial implementation for mmmatrix and update to build.ninja | Nao Pross | 1 | -0/+59 |