Home
last modified time | relevance | path

Searched refs:pivrow (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_pivotL.h60 …Scalar& diagpivotthresh, IndexVector& perm_r, IndexVector& iperm_c, Index& pivrow, GlobalLU_t& glu) in pivotL() argument
90 pivrow = lsub_ptr[pivptr]; in pivotL()
91 perm_r(pivrow) = jcol; in pivotL()
107 pivrow = lsub_ptr[pivptr]; in pivotL()
111 perm_r(pivrow) = jcol; in pivotL()
DSparseLU_pruneL.h53 …,Index>::pruneL(const Index jcol, const IndexVector& perm_r, const Index pivrow, const Index nseg,… in pruneL() argument
83 if (glu.lsub(krow) == pivrow) in pruneL()
DSparseLUImpl.h41 …calar& diagpivotthresh, IndexVector& perm_r, IndexVector& iperm_c, Index& pivrow, GlobalLU_t& glu);
53 …void pruneL(const Index jcol, const IndexVector& perm_r, const Index pivrow, const Index nseg, con…
DSparseLU.h546 Index pivrow; // Pivotal row number in the original row matrix in factorize() local
612 … info = Base::pivotL(jj, m_diagpivotthresh, m_perm_r.indices(), iperm_c.indices(), pivrow, m_glu); in factorize()
625 if (pivrow != jj) m_detPermR *= -1; in factorize()
628 Base::pruneL(jj, m_perm_r.indices(), pivrow, nseg, segrep, repfnz_k, xprune, m_glu); in factorize()