summaryrefslogtreecommitdiffstats
path: root/include/mm/experiments (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimized matrix sectionancarola2019-06-303-0/+522
| | | | | - Vector iterators: allow to iterate on rows, columns or diagonals - Transposition doesn't affect allocated space, O(1)
* Iterators compacting code improvements, still not compilesancarola2019-06-281-0/+622
|
* Optimising matrices access and operationsancarola2019-06-282-0/+436
Creating the K-diagonal matrix