Searched refs:xlsub (Results 1 – 11 of 11) sorted by relevance
33 jlen = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in countnz()63 jstart = glu.xlsub(fsupc); in fixupL()64 glu.xlsub(fsupc) = nextl; in fixupL()65 for (j = jstart; j < glu.xlsub(fsupc + 1); j++) in fixupL()71 glu.xlsub(k) = nextl; // other columns in supernode i in fixupL()74 glu.xlsub(n) = nextl; in fixupL()
89 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()96 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in column_bmod()117 new_next = nextlu + glu.xlsub(fsupc + 1) - glu.xlsub(fsupc); in column_bmod()127 for (isub = glu.xlsub(fsupc); isub < glu.xlsub(fsupc+1); isub++) in column_bmod()156 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()158 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); // leading dimension in column_bmod()
97 Index nextl = glu.xlsub(jcol); in column_dfs()130 jptr = glu.xlsub(jcol); // Not yet compressed in column_dfs()131 jm1ptr = glu.xlsub(jcolm1); in column_dfs()149 ito = glu.xlsub(fsupc+1); in column_dfs()150 glu.xlsub(jcolm1) = ito; in column_dfs()153 glu.xlsub(jcol) = istop; in column_dfs()168 glu.xlsub(jcolp1) = nextl; in column_dfs()
77 if ( xprune (irep) >= glu.xlsub(irep1) ) in pruneL()79 kmin = glu.xlsub(irep); in pruneL()80 kmax = glu.xlsub(irep1) - 1; in pruneL()117 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) ); in pruneL()118 maxloc = glu.xlusup(irep) + ( kmax - glu.xlsub(irep) ); in pruneL()
65 …Index lptr = glu.xlsub(fsupc); // pointer to the starting location of the row subscripts for this … in pivotL()66 Index nsupr = glu.xlsub(fsupc+1) - lptr; // Number of rows in the supernode in pivotL()
81 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in panel_bmod()83 lptr = glu.xlsub(fsupc); in panel_bmod()
102 Index xdfs = glu.xlsub(krep); in dfs_kernel()146 xdfs = glu.xlsub(krep); in dfs_kernel()
84 IndexVector xlsub; // pointers to the beginning of each column in lsub member
72 isub = glu.xlsub(fsupc) + kfnz - fsupc; in copy_to_ucol()
174 glu.xlsub.resize(n+1); in memInit()
584 m_glu.xsup(0) = m_glu.xlsub(0) = m_glu.xusub(0) = m_glu.xlusup(0) = Index(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()