Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-05 | New matrix data model (breaks everything) | Nao Pross | 1 | -529/+66 | |
2019-07-10 | Implicit convertion to basic_vec to vec2 or vec3 | ancarola | 1 | -56/+142 | |
2019-07-01 | Small correction on basic multiplication | ancarola | 1 | -1/+3 | |
2019-07-01 | The matrix library is compiling and all tested operations work fine. | ancarola | 1 | -38/+73 | |
Next goals: - Implement optimisations for multiplication in K-diagonal - Add adjoint operation for complex matrices - Determinant - Algorithms: Gauss Jordan | |||||
2019-06-30 | Optimized matrix section | ancarola | 1 | -454/+262 | |
- Vector iterators: allow to iterate on rows, columns or diagonals - Transposition doesn't affect allocated space, O(1) | |||||
2019-06-29 | Finally compiles | ancarola | 1 | -132/+198 | |
2019-06-28 | Small correction on interators | ancarola | 1 | -2/+2 | |
2019-06-28 | Iterators compacting code improvements, still not compiles | ancarola | 1 | -274/+107 | |
2019-06-28 | Optimising matrices access and operations | ancarola | 1 | -9/+396 | |
Creating the K-diagonal matrix | |||||
2019-02-22 | Undo directory structure change | Nao Pross | 1 | -59/+0 | |
2019-02-07 | Add initial implementation for mmmatrix and update to build.ninja | Nao Pross | 1 | -0/+59 | |