mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 09:39:34 +08:00
remove double parenthesis
This commit is contained in:
parent
e71bc79f2a
commit
7fe6419171
@ -358,7 +358,7 @@ void SparseQR<MatrixType,OrderingType>::factorize(const MatrixType& mat)
|
||||
tval(itq.row()) -= itq.value() * tdot;
|
||||
}
|
||||
// Detect fill-in for the current column of Q
|
||||
if((m_etree(Ridx(i)) == rank) )
|
||||
if(m_etree(Ridx(i)) == rank)
|
||||
{
|
||||
for (typename QRMatrixType::InnerIterator itq(m_Q, curIdx); itq; ++itq)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user