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 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()
|
D | SparseLU_pruneL.h | 53 …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()
|
D | SparseLUImpl.h | 43 …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…
|
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()
|