Searched refs:firstRowElt (Results 1 – 2 of 2) sorted by relevance
61 int coletree(const MatrixType& mat, IndexVector& parent, IndexVector& firstRowElt, typename MatrixT…73 firstRowElt.resize(m);74 firstRowElt.setConstant(nc);75 firstRowElt.segment(0, diagSize).setLinSpaced(diagSize, 0, diagSize-1);84 firstRowElt(row) = (std::min)(firstRowElt(row), col);109 StorageIndex row = firstRowElt(i);
443 IndexVector firstRowElt; in analyzePattern() local444 internal::coletree(m_mat, m_etree,firstRowElt); in analyzePattern()