- nuova versione 3.2.6.
This commit is contained in:
Dario Sassi
2015-10-03 15:09:36 +00:00
parent 3b5295d462
commit 5672a2a246
26 changed files with 113 additions and 55 deletions
+1
View File
@@ -158,6 +158,7 @@ class SparseVector
Index inner = IsColVector ? row : col;
Index outer = IsColVector ? col : row;
EIGEN_ONLY_USED_FOR_DEBUG(outer);
eigen_assert(outer==0);
return insert(inner);
}