Home
last modified time | relevance | path

Searched refs:nsuper (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_dfs.h118 Index nsuper = glu.supno(jcol); in column_dfs() local
125 nsuper = glu.supno(0) = 0 ; in column_dfs()
129 fsupc = glu.xsup(nsuper); in column_dfs()
159 nsuper++; in column_dfs()
160 glu.supno(jcol) = nsuper; in column_dfs()
165 glu.xsup(nsuper+1) = jcolp1; in column_dfs()
166 glu.supno(jcolp1) = nsuper; in column_dfs()
DSparseLU_Utils.h25 Index nsuper = (glu.supno)(n); in countnz() local
30 for (i = 0; i <= nsuper; i++) in countnz()
57 Index nsuper = (glu.supno)(n); in fixupL() local
60 for (i = 0; i <= nsuper; i++) in fixupL()
DSparseLU_SupernodalMatrix.h151 Index nsuper() const in nsuper() function
241 for (Index k = 0; k <= nsuper(); k ++) in solveInPlace()
DSparseLU.h688 for (Index k = m_mapL.nsuper(); k >= 0; k--) in solveInPlace()
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h720 for (int k = 0; k <= Lstore->nsuper; ++k)