Searched refs:firstRowElt (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseColEtree.h57 * \param firstRowElt The column index of the first element in each row
61 int coletree(const MatrixType& mat, IndexVector& parent, IndexVector& firstRowElt, typename MatrixType::Index *perm=0) argument
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);
89 except use (firstRowElt[r],c) in place of an edge (r,c) of A.
110 row = firstRowElt(i);
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h401 IndexVector firstRowElt; local
402 internal::coletree(m_mat, m_etree,firstRowElt);

Completed in 66 milliseconds