Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implicit convertion to basic_vec to vec2 or vec3 | ancarola | 2019-07-10 | 1 | -3/+3 |
| | |||||
* | Small correction on basic multiplication | ancarola | 2019-07-01 | 1 | -31/+53 |
| | |||||
* | The matrix library is compiling and all tested operations work fine. | ancarola | 2019-07-01 | 1 | -6/+33 |
| | | | | | | | | | Next goals: - Implement optimisations for multiplication in K-diagonal - Add adjoint operation for complex matrices - Determinant - Algorithms: Gauss Jordan | ||||
* | Optimized matrix section | ancarola | 2019-06-30 | 1 | -0/+199 |
- Vector iterators: allow to iterate on rows, columns or diagonals - Transposition doesn't affect allocated space, O(1) |