merge with default branch

This commit is contained in:
Gael Guennebaud
2014-07-15 10:55:03 +02:00
9 changed files with 447 additions and 69 deletions

View File

@@ -558,6 +558,7 @@ namespace internal {
while(m_outerPos<m_end)
{
m_outerPos++;
if(m_outerPos==m_end) break;
typename XprType::InnerIterator it(m_block.m_matrix, m_outerPos);
// search for the key m_innerIndex in the current outer-vector
while(it && it.index() < m_innerIndex) ++it;