Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-30 | Optimized matrix section | ancarola | 3 | -0/+522 | |
- Vector iterators: allow to iterate on rows, columns or diagonals - Transposition doesn't affect allocated space, O(1) | |||||
2019-06-28 | Iterators compacting code improvements, still not compiles | ancarola | 1 | -0/+622 | |
2019-06-28 | Optimising matrices access and operations | ancarola | 2 | -0/+436 | |
Creating the K-diagonal matrix |