Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_pruneL.h57 Index jsupno = glu.supno(jcol); in pruneL()
73 if (glu.supno(irep) == glu.supno(irep1) ) continue; // don't prune in pruneL()
76 if (glu.supno(irep) != jsupno ) in pruneL()
97 if (irep == glu.xsup(glu.supno(irep)) ) // Snode of size 1 in pruneL()
DSparseLU_column_dfs.h98 Index jsuper = glu.supno(jcol); in column_dfs()
120 StorageIndex nsuper = glu.supno(jcol); in column_dfs()
127 nsuper = glu.supno(0) = 0 ; in column_dfs()
162 glu.supno(jcol) = nsuper; in column_dfs()
168 glu.supno(jcolp1) = nsuper; in column_dfs()
DSparseLU_Utils.h25 Index nsuper = (glu.supno)(n); in countnz()
57 Index nsuper = (glu.supno)(n); in fixupL()
DSparseLU_copy_to_ucol.h55 Index jsupno = glu.supno(jcol); in copy_to_ucol()
66 ksupno = glu.supno(krep); in copy_to_ucol()
DSparseLU_column_bmod.h68 jsupno = glu.supno(jcol); in column_bmod()
78 ksupno = glu.supno(krep); 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.h80 IndexVector supno; // Supernode number corresponding to this column (column to supernode mapping) member
DSparseLU_pivotL.h63 …Index fsupc = (glu.xsup)((glu.supno)(jcol)); // First column in the supernode containing the colum… in pivotL()
DSparseLU_Memory.h172 glu.supno.resize(n+1); in memInit()
DSparseLU.h583 m_glu.supno(0) = emptyIdxLU; m_glu.xsup.setConstant(0); in factorize()
695 …m_Lstore.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsu… in factorize()
DSparseLU_panel_bmod.h79 fsupc = glu.xsup(glu.supno(krep)); in panel_bmod()