Home
last modified time | relevance | path

Searched refs:xsup (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Utils.h32 fsupc = glu.xsup(i); in countnz()
35 for (j = fsupc; j < glu.xsup(i+1); j++) in countnz()
62 fsupc = glu.xsup(i); in fixupL()
70 for (k = fsupc+1; k < glu.xsup(i+1); k++) in fixupL()
DSparseLU_column_dfs.h131 fsupc = glu.xsup(nsuper); in column_dfs()
167 glu.xsup(nsuper+1) = jcolp1; in column_dfs()
DSparseLU_column_bmod.h82 fsupc = glu.xsup(ksupno); in column_bmod()
114 fsupc = glu.xsup(jsupno); in column_bmod()
DSparseLU_panel_dfs.h86 StorageIndex krep = glu.xsup(glu.supno(kperm)+1) - 1; in dfs_kernel()
131 StorageIndex chrep = glu.xsup(glu.supno(chperm)+1) - 1; in dfs_kernel()
DSparseLU_Structs.h79 …IndexVector xsup; //First supernode column ... xsup(s) points to the beginning of the s-th superno… member
DSparseLU_copy_to_ucol.h72 fsupc = glu.xsup(ksupno); in copy_to_ucol()
DSparseLU_pruneL.h97 if (irep == glu.xsup(glu.supno(irep)) ) // Snode of size 1 in pruneL()
DSparseLU_pivotL.h63 …Index fsupc = (glu.xsup)((glu.supno)(jcol)); // First column in the supernode containing the colum… in pivotL()
DSparseLU.h583 m_glu.supno(0) = emptyIdxLU; m_glu.xsup.setConstant(0); in factorize()
584 m_glu.xsup(0) = m_glu.xlsub(0) = m_glu.xusub(0) = m_glu.xlusup(0) = Index(0); in factorize()
695 …store.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsup); in factorize()
DSparseLU_Memory.h171 glu.xsup.resize(n+1); in memInit()
DSparseLU_panel_bmod.h79 fsupc = glu.xsup(glu.supno(krep)); in panel_bmod()