Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-01 | The matrix library is compiling and all tested operations work fine. | ancarola | 1 | -6/+33 | |
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 | -0/+199 | |
- Vector iterators: allow to iterate on rows, columns or diagonals - Transposition doesn't affect allocated space, O(1) |