Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_pruneL.h56 Index jsupno = glu.supno(jcol); in pruneL()
72 if (glu.supno(irep) == glu.supno(irep1) ) continue; // don't prune in pruneL()
75 if (glu.supno(irep) != jsupno ) in pruneL()
96 if (irep == glu.xsup(glu.supno(irep)) ) // Snode of size 1 in pruneL()
DSparseLU_column_dfs.h96 Index jsuper = glu.supno(jcol); in column_dfs()
118 Index nsuper = glu.supno(jcol); in column_dfs()
125 nsuper = glu.supno(0) = 0 ; in column_dfs()
160 glu.supno(jcol) = nsuper; in column_dfs()
166 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.h54 Index jsupno = glu.supno(jcol); in copy_to_ucol()
65 ksupno = glu.supno(krep); in copy_to_ucol()
DSparseLU_panel_dfs.h86 Index krep = glu.xsup(glu.supno(kperm)+1) - 1; in dfs_kernel()
131 Index chrep = glu.xsup(glu.supno(chperm)+1) - 1; in dfs_kernel()
DSparseLU_column_bmod.h67 jsupno = glu.supno(jcol); in column_bmod()
77 ksupno = glu.supno(krep); in column_bmod()
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.h173 glu.supno.resize(n+1); in memInit()
DSparseLU_panel_bmod.h79 fsupc = glu.xsup(glu.supno(krep)); in panel_bmod()
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()