Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f8308fae authored by hhakim's avatar hhakim
Browse files

Fix reference return issue in MatSparse::operator().

The function prototype is imposed by the MatGeneric parent which was in its turn imposed by MatDense first function to move up in hierarchy, so we have to return a ref without having access to the buffer directly (fortunately Eigen provides the function coeffRef for that).
parent 9aa63c31
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment