Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimized matrix section | ancarola | 2019-06-30 | 1 | -9/+9 |
* | Merge branch 'master' into matrices | Nao Pross | 2019-06-24 | 2 | -2/+2 |
|\ | |||||
| * | Update CMakeLists and structure under include | Nao Pross | 2019-06-22 | 1 | -1/+1 |
* | | Update matrix test, add square matrix trace and fix comments | Nao Pross | 2019-03-02 | 1 | -1/+26 |
* | | Fix matrix operator[] to allow M[j][k] and operator<< formatting | Nao Pross | 2019-03-01 | 1 | -0/+4 |
* | | Change storage for matrix to std::array, update matrix_example | Nao Pross | 2019-02-23 | 1 | -2/+14 |
* | | Add initializer_list constructor to basic_matrix and matrix test | Nao Pross | 2019-02-23 | 2 | -0/+45 |
|/ | |||||
* | Add test to cmake | Nao Pross | 2019-02-23 | 2 | -0/+28 |
* | Test directory creation | ancarola | 2019-02-05 | 1 | -0/+62 |