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()
90 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()97 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in column_bmod()118 new_next = nextlu + glu.xlsub(fsupc + 1) - glu.xlsub(fsupc); in column_bmod()128 for (isub = glu.xlsub(fsupc); isub < glu.xlsub(fsupc+1); isub++) in column_bmod()157 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()159 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); // leading dimension in column_bmod()
99 Index nextl = glu.xlsub(jcol); in column_dfs()132 StorageIndex jptr = glu.xlsub(jcol); // Not yet compressed in column_dfs()133 StorageIndex jm1ptr = glu.xlsub(jcolm1); in column_dfs()151 StorageIndex ito = glu.xlsub(fsupc+1); in column_dfs()152 glu.xlsub(jcolm1) = ito; in column_dfs()155 glu.xlsub(jcol) = istop; in column_dfs()170 glu.xlsub(jcolp1) = StorageIndex(nextl); in column_dfs()
78 if ( xprune (irep) >= glu.xlsub(irep1) ) in pruneL()80 kmin = glu.xlsub(irep); in pruneL()81 kmax = glu.xlsub(irep1) - 1; in pruneL()118 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) ); in pruneL()119 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 StorageIndex 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
73 isub = glu.xlsub(fsupc) + kfnz - fsupc; in copy_to_ucol()
173 glu.xlsub.resize(n+1); in memInit()
680 m_glu.xsup(0) = m_glu.xlsub(0) = m_glu.xusub(0) = m_glu.xlusup(0) = Index(0); in factorize()790 …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()