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

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Utils.h25 Index nsuper = (glu.supno)(n); local
30 for (i = 0; i <= nsuper; i++)
57 Index nsuper = (glu.supno)(n); local
60 for (i = 0; i <= nsuper; i++)
H A DSparseLU_column_dfs.h118 Index nsuper = glu.supno(jcol); local
125 nsuper = glu.supno(0) = 0 ;
129 fsupc = glu.xsup(nsuper);
148 { // >= 3 columns in nsuper
159 nsuper++;
160 glu.supno(jcol) = nsuper;
165 glu.xsup(nsuper+1) = jcolp1;
166 glu.supno(jcolp1) = nsuper;
H A DSparseLU_SupernodalMatrix.h151 Index nsuper() const function in class:Eigen::internal::MappedSuperNodalMatrix
241 for (Index k = 0; k <= nsuper(); k ++)
H A DSparseLU.h687 for (Index k = m_mapL.nsuper(); k >= 0; k--)
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h720 for (int k = 0; k <= Lstore->nsuper; ++k)

Completed in 88 milliseconds