Searched refs:found_diag (Results 1 – 3 of 3) sorted by relevance
76 bool found_diag; variable94 found_diag = col>=m;103 for (typename MatrixType::InnerIterator it(mat, pcol); it||!found_diag; ++it)107 if (i == col) found_diag = true;
238 found_diag = False243 found_diag = True248 self.assertTrue(found_diag and found_tril)
422 bool found_diag = nonzeroCol>=m;429 for (typename QRMatrixType::InnerIterator itp(m_pmat, col); itp || !found_diag; ++itp)433 if(curIdx == nonzeroCol) found_diag = true;