Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implicit convertion to basic_vec to vec2 or vec3 | ancarola | 2019-07-10 | 3 | -59/+166 |
| | |||||
* | Small correction on basic multiplication | ancarola | 2019-07-01 | 2 | -32/+56 |
| | |||||
* | The matrix library is compiling and all tested operations work fine. | ancarola | 2019-07-01 | 3 | -44/+184 |
| | | | | | | | | | 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 | 5 | -454/+983 |
| | | | | | - Vector iterators: allow to iterate on rows, columns or diagonals - Transposition doesn't affect allocated space, O(1) | ||||
* | Finally compiles | ancarola | 2019-06-29 | 1 | -132/+198 |
| | |||||
* | Small correction on interators | ancarola | 2019-06-28 | 1 | -2/+2 |
| | |||||
* | Iterators compacting code improvements, still not compiles | ancarola | 2019-06-28 | 2 | -274/+729 |
| | |||||
* | Optimising matrices access and operations | ancarola | 2019-06-28 | 3 | -9/+832 |
| | | | | Creating the K-diagonal matrix | ||||
* | Merge branch 'master' into matrices | Nao Pross | 2019-06-24 | 3 | -0/+693 |
|\ | |||||
| * | Update CMakeLists and structure under include | Nao Pross | 2019-06-22 | 2 | -0/+319 |
|/ | |||||
* | CMakeLists: include fixes, include tree structure modified | ancarola | 2019-02-11 | 2 | -330/+11 |
| | |||||
* | Add move constructor and move operator= to mmvec | Nao Pross | 2019-02-07 | 1 | -6/+28 |
| | |||||
* | Change public headers directory (include) structure | Nao Pross | 2019-02-07 | 1 | -0/+308 |
Add a public header that includes the entire library "mm.hpp", and move mmvec to a subdirectory "mm". |