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
92 pivrow = pivmax < RealScalar(0.0) ? diagind : lsub_ptr[pivptr]; in pivotL()
93 perm_r(pivrow) = StorageIndex(jcol); in pivotL()
110 pivrow = lsub_ptr[pivptr]; in pivotL()
114 perm_r(pivrow) = StorageIndex(jcol); in pivotL()
DSparseLU_pruneL.h53 …geIndex>::pruneL(const Index jcol, const IndexVector& perm_r, const Index pivrow, const Index nseg, in pruneL() argument
84 if (glu.lsub(krow) == pivrow) in pruneL()
DSparseLUImpl.h43 …calar& diagpivotthresh, IndexVector& perm_r, IndexVector& iperm_c, Index& pivrow, GlobalLU_t& glu);
55 …void pruneL(const Index jcol, const IndexVector& perm_r, const Index pivrow, const Index nseg, con…
DSparseLU.h591 Index pivrow; // Pivotal row number in the original row matrix in factorize() local
657 … info = Base::pivotL(jj, m_diagpivotthresh, m_perm_r.indices(), iperm_c.indices(), pivrow, m_glu); in factorize()
671 if (pivrow != jj) m_detPermR = -m_detPermR; in factorize()
674 Base::pruneL(jj, m_perm_r.indices(), pivrow, nseg, segrep, repfnz_k, xprune, m_glu); in factorize()