Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-10-10 | Update access model for operator| | Nao Pross | 1 | -22/+50 |
2019-10-05 | New matrix data model (breaks everything) | Nao Pross | 1 | -22/+0 |
2019-07-10 | Implicit convertion to basic_vec to vec2 or vec3 | ancarola | 1 | -1/+5 |
2019-07-01 | The matrix library is compiling and all tested operations work fine. | ancarola | 1 | -7/+7 |
2019-06-30 | Optimized matrix section | ancarola | 1 | -9/+9 |
2019-06-22 | Update CMakeLists and structure under include | Nao Pross | 1 | -1/+1 |
2019-03-02 | Update matrix test, add square matrix trace and fix comments | Nao Pross | 1 | -1/+26 |
2019-03-01 | Fix matrix operator[] to allow M[j][k] and operator<< formatting | Nao Pross | 1 | -0/+4 |
2019-02-23 | Change storage for matrix to std::array, update matrix_example | Nao Pross | 1 | -2/+14 |
2019-02-23 | Add initializer_list constructor to basic_matrix and matrix test | Nao Pross | 2 | -0/+45 |
2019-02-23 | Add test to cmake | Nao Pross | 2 | -0/+28 |
2019-02-05 | Test directory creation | ancarola | 1 | -0/+62 |