sbaldu / DynamicalSystemFramework

Framework for modelling dynamical complex systems

Home Page:https://sbaldu.github.io/DynamicalSystemFramework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework SparseMatrix getRow/getCol

Grufoony opened this issue · comments

We have to rework the methods getRow/getCol and insert a parameter, e.g.

getRow(uint index, bool keepIndex = true) { ... }

in order to tell if we want or not to reset the element indices.

Can you expand a little bit on this?