Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0e58cde7 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 7bacdd70
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment