From 460662cbcc89c378b9ea097220b77d0eea9551ff Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 29 Aug 2014 14:18:23 +0200 Subject: [PATCH] Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*Unordered --- Eigen/src/SparseCore/SparseVector.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Eigen/src/SparseCore/SparseVector.h b/Eigen/src/SparseCore/SparseVector.h index 7e15c814b..0b1b389ce 100644 --- a/Eigen/src/SparseCore/SparseVector.h +++ b/Eigen/src/SparseCore/SparseVector.h @@ -109,7 +109,7 @@ class SparseVector inline Scalar& coeffRef(Index row, Index col) { eigen_assert(IsColVector ? (col==0 && row>=0 && row=0 && col