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