Searched refs:pivrow (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_pivotL.h | 60 …Scalar& diagpivotthresh, IndexVector& perm_r, IndexVector& iperm_c, Index& pivrow, GlobalLU_t& glu) in pivotL() argument 91 pivrow = lsub_ptr[pivptr]; in pivotL() 92 perm_r(pivrow) = jcol; in pivotL() 109 pivrow = lsub_ptr[pivptr]; in pivotL() 113 perm_r(pivrow) = jcol; in pivotL()
|
D | SparseLU_pruneL.h | 53 …,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()
|
D | SparseLUImpl.h | 41 …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…
|
D | SparseLU.h | 591 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()
|