Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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". |