Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes #5

Merged
merged 8 commits into from
Jun 11, 2018
Merged

Various fixes #5

merged 8 commits into from
Jun 11, 2018

Conversation

S-Dafarra
Copy link
Collaborator

The aim was to reduce the usage of Eigen methods like makeCompressed and the usage of dynamic memory allocation.

Solved a couple of bugs in the process (wrong updates of matrices, memory leaks in destructor).

S-Dafarra added 8 commits June 4, 2018 16:51
Some refactoring to reduce memory allocation and usage of makeCompressed. Avoiding to use viewTriangular for saprse matrices, since it does not seem to be documented.
It was necessary to change the way we retrieve triplets from eigen matrices in order to avoid templates when defining the vector of triplets.
This was referenced Jun 8, 2018
@GiulioRomualdi
Copy link
Member

This was successfully tested with https://github.com/loc2/element_capture-point-walking.
We can merge this pull request

@GiulioRomualdi GiulioRomualdi merged commit a10ff6b into robotology:master Jun 11, 2018
@S-Dafarra S-Dafarra mentioned this pull request Jun 13, 2018
GiulioRomualdi added a commit to GiulioRomualdi/osqp-eigen that referenced this pull request Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants