Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_dfs.h120 StorageIndex nsuper = glu.supno(jcol); in column_dfs() local
127 nsuper = glu.supno(0) = 0 ; in column_dfs()
131 fsupc = glu.xsup(nsuper); in column_dfs()
161 nsuper++; in column_dfs()
162 glu.supno(jcol) = nsuper; in column_dfs()
167 glu.xsup(nsuper+1) = jcolp1; in column_dfs()
168 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
244 for (Index k = 0; k <= nsuper(); k ++) in solveInPlace()
DSparseLU.h734 for (Index k = m_mapL.nsuper(); k >= 0; k--) in solveInPlace()
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h375 Index nb_super_nodes = m_cholmodFactor->nsuper;
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h737 for (int k = 0; k <= Lstore->nsuper; ++k)