summaryrefslogtreecommitdiffstats
path: root/include/mm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Iterators compacting code improvements, still not compilesancarola2019-06-282-274/+729
|
* Optimising matrices access and operationsancarola2019-06-283-9/+832
| | | | Creating the K-diagonal matrix
* Merge branch 'master' into matricesNao Pross2019-06-243-0/+693
|\
| * Update CMakeLists and structure under includeNao Pross2019-06-222-0/+319
|/
* CMakeLists: include fixes, include tree structure modifiedancarola2019-02-112-330/+11
|
* Add move constructor and move operator= to mmvecNao Pross2019-02-071-6/+28
|
* Change public headers directory (include) structureNao Pross2019-02-071-0/+308
Add a public header that includes the entire library "mm.hpp", and move mmvec to a subdirectory "mm".