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